Check whether an email address is correctly formatted, and catch common typos in popular email domains.
Google AdSense Banner
This area will contain advertisements after approval.
Google AdSense Banner
This area will contain advertisements after approval.
This validator checks that an email address follows correct formatting rules (a username, an @ symbol, and a domain with a valid structure), and flags common typos in popular email domains like gmail.com or yahoo.com.
This tool checks format only, it does not verify whether the mailbox actually exists or is currently active, since that would require server-side domain and mailbox verification beyond what a browser-based tool can safely or appropriately perform.
Entering jane@gmial.com passes the basic format check (it has a username, an @ symbol, and a domain with a dot), but since 'gmial.com' matches a known common typo, the result flags it as 'Valid Format, but the domain looks like a possible typo' and suggests jane@gmail.com instead. Entering something with no @ symbol or no domain at all, like 'not-an-email', fails the format check entirely and returns 'Invalid'.
Treating a 'Valid Format' result as proof the email address actually works, this only checks structure and common domain typos, it can't confirm a mailbox actually exists or is currently receiving mail.
Assuming the typo suggestion list catches every possible domain misspelling, it only flags a specific list of commonly seen typos (like gmial.com or yahooo.com), an unusual or less common misspelling of a domain won't be caught.
Ignoring a flagged typo suggestion because the address still technically passes the format check, a domain typo means mail sent to that address likely won't reach the intended recipient at all, even though the format itself is syntactically valid.
No, this tool only checks formatting and common typos. It cannot confirm whether a mailbox actually exists or is currently receiving mail.
No, all checking happens directly in your browser, the email address you enter is never transmitted or stored anywhere.
Google AdSense Banner
This area will contain advertisements after approval.