US Address Generator
Generate a structured US test record with separate street, city, state, ZIP Code, phone, email, and full-address fields. The tool is intended for checkout QA, account-form validation, prototypes, imports, and other non-production workflows where using customer data would be inappropriate.
Try a repeatable postal-field check
Open a fixed input in the format checker, compare its output with the expected result, then repeat the check in your own form. A syntax pass is not a delivery check.
Keep the leading zero
Input 02108
Expected Syntax passes
Run this caseReject a four-digit US ZIP
Input 2108
Expected Syntax fails
Run this caseWorked examples: reproduce postal errors, check address fields, and export test fixtures
United States: Supported regions and locality samples
The selector includes the 50 states and Washington, DC. Each has three cityโZIP examples; this is not a complete ZIP directory.
The current generator uses the following selectable fixtures:
AโF
Alabama (AL), Alaska (AK), Arizona (AZ), Arkansas (AR), California (CA), Colorado (CO), Connecticut (CT), Delaware (DE), District of Columbia (DC), Florida (FL)
GโM
Georgia (GA), Hawaii (HI), Idaho (ID), Illinois (IL), Indiana (IN), Iowa (IA), Kansas (KS), Kentucky (KY), Louisiana (LA), Maine (ME), Maryland (MD), Massachusetts (MA), Michigan (MI), Minnesota (MN), Mississippi (MS), Missouri (MO), Montana (MT)
NโS
Nebraska (NE), Nevada (NV), New Hampshire (NH), New Jersey (NJ), New Mexico (NM), New York (NY), North Carolina (NC), North Dakota (ND), Ohio (OH), Oklahoma (OK), Oregon (OR), Pennsylvania (PA), Rhode Island (RI), South Carolina (SC), South Dakota (SD)
TโW
Tennessee (TN), Texas (TX), Utah (UT), Vermont (VT), Virginia (VA), Washington (WA), West Virginia (WV), Wisconsin (WI), Wyoming (WY)
United States: Address structure and practical checks
Postal-code handling
Keep the five-digit ZIP Code as text so leading zeros survive. A city can have more than one ZIP Code.
Address fields
The generated line puts the street before city, two-letter state code and ZIP Code. Keep city, state and ZIP paired when testing a form.
Try a concrete workflow
Generate a record, copy its fields, save it and export CSV or JSON. Compare the same record at each step, including its region, locality and postal field; a new generation is a different sample.
Scope of these samples
These are synthetic format examples, not verified delivery addresses or real identities. A listed region does not mean that every city, street or building there is covered.
How this page was checked ยท 2026-08-04
What we checked
- USPS delivery-line order and punctuation
- City, two-letter state abbreviation, and ZIP Code placement
- Separation of unit information from the primary street line
- City, state, and ZIP examples are maintained fixtures; names, phone samples, street numbers, and record combinations are generated
- The map link searches city, state, ZIP Code, and countryโnot the synthetic streetโso it may resolve only to a city or ZIP area
Primary references
Data boundary: AddressLab checks field structure and format against the references below. Generated records remain synthetic test fixtures: a plausible format does not prove that a house number, building, person, phone number, or delivery point exists. Use an official address-validation service or recipient-confirmed data for production delivery. Read the data methodology and editorial standards
FAQ
What is a random US address generator used for?
It is used to create address-format test data for software development, form validation, product demos, QA scripts, and database seed records.
Are these addresses real?
No. The records are synthetic samples intended for testing address formats. They should not be treated as verified delivery addresses or real identities.
Can I generate a US address with phone and ZIP code?
Yes. US records include phone number, state or region, ZIP code, and a formatted full address.