Random Address Generator

Generate realistic-looking fake US addresses for testing forms, seeding a database or filling a demo. The format is right; the addresses are not anyone's home.

Addresses

Press Generate to get a result.

About the Random Address Generator

Test data that exercises the form

Address fields break in specific ways: a street name longer than the column, a two-letter state code that a validator wants spelled out, a ZIP that loses its leading zero when a spreadsheet decides it is a number. Filling every test row with '123 Main St' finds none of that.

Varied addresses surface those problems while they are still cheap to fix, which is the whole reason to generate them rather than type one twice.

These are not real addresses

The components are combined at random, so while the format is valid and the city and state names are real, the specific combination almost never corresponds to a deliverable address. Use them for testing, not for shipping anything — and never present generated addresses as real records.

Frequently asked questions