Search 93+ free tools… (e.g. json, vpn, password) ⌘K
Link Tools Dereferer Hide Referrer Link URL Shortener Affiliate Cloaker PayPal Links PayPal DonationPayPal Links Privacy Tools Password Generator Cloudflare Resolver My Referrer Torrent Tools Magnet → Torrent Torrent → Magnet Torrent Editor Pirate Bay Proxies Movierulz Proxies ExtraTorrent Proxies Dev Tools Base64 Encoder Hash Generator HTTP Headers Disposable Email Checker Company Blog About Us Contact Anonymize Free
Privacy Tool

Fake Address Generator

Rate this tool:
2.8/5 · 6 ratings Thanks for rating!

Generate complete, realistic fake addresses — street, city, state or county, and postal code — for testing shipping forms, address autocomplete, and checkout validation. Every address uses real, correctly-formatted street and postal styles for the selected country.

⚠️ For testing and privacy only. These identities are randomly generated — not real people. Using them to commit fraud, impersonate someone, or bypass identity verification is illegal. This tool exists for QA testing, form testing, and protecting your privacy on low-stakes signups.
Avatar: Change ›
Gender
Country
Age Range
Email Domain
Count
Seed (optional)
⚠️ Report an Issue

What Is a Fake Address Generator?

A fake address generator produces a complete, correctly-formatted address — street, city, state or county, and postal code — that isn't tied to a real building or resident. It's built for one purpose: giving developers and testers realistic-looking address data without using anyone's actual home address, which real users' addresses genuinely shouldn't end up in a test database in the first place.

The key word is "correctly-formatted." Address validation logic, shipping-cost calculators, and autocomplete widgets all need to be tested against addresses that follow the real conventions of a given country — not a placeholder string like "123 Fake St" that no validator would ever encounter from a real user.

How to Use the Fake Address Generator

  1. Choose a country — every field below adapts to that country's real address format
  2. Set an age range and gender if relevant to your test case, or leave on "Any"
  3. Choose how many addresses you need (up to 100 per batch)
  4. Optionally set a seed if you need the same batch reproducibly across test runs
  5. Click Generate, then copy individual fields or export the whole batch as CSV, JSON, or SQL

What Fields Does It Generate?

Each generated identity includes a full, separated address:

FieldExample
Street42 Kings Road
CityManchester
State / countyGreater Manchester
Postal codeM1 4WT
CountryUnited Kingdom

Exported as JSON:

{
  "street": "42 Kings Road",
  "city": "Manchester",
  "state": "Greater Manchester",
  "postal": "M1 4WT",
  "country": "United Kingdom"
}

Testing Shipping and Checkout Flows

Address fields are one of the most commonly mistested parts of a checkout flow — postal code length varies by country, some countries don't use a state/county field at all, and shipping-cost logic often breaks on edge cases a developer's own address never happens to hit. Generate a handful of addresses across different countries and run them through your validation and shipping-cost logic directly, rather than testing only against the one country you personally live in.

Need More Than an Address?

This tool is part of the full Fake Name & Identity Generator, which pairs the same address data with a name, email, phone number, and job details. If you're generating test data in bulk, a UUID Generator is useful for record IDs alongside the addresses here.

🌍
10+ countries
Country-specific names, phone formats with STD codes, postcodes, cities and states.
📍
Separated address
Street, city, state/county, postcode and country all as separate copy-able fields.
🎭
16 avatars
Click any avatar to personalise your identity card before generating.
📊
CSV, JSON & SQL export
Download all generated identities in CSV, JSON, or ready-to-run SQL for databases and APIs.
🔁
Reproducible seeds
Enter a seed value to regenerate the exact same batch of identities for consistent test runs.
📇
vCard & QR export
Export any identity as a scannable QR code or downloadable .vcf contact file.

Frequently Asked Questions

Are these real, deliverable addresses?
No. Street names, cities, and postal codes are randomly assembled from real regional patterns for each country, but the exact combination does not correspond to an actual mailing address. Nothing will be delivered there.
Can I use this to test address validation or autocomplete?
Yes. Each address follows the correct format for its country (street number and name, city, state/county where applicable, and a properly-formatted postal code), making it useful for testing forms, shipping calculators, and address-autocomplete integrations.
Does the generated address include a state or county field?
Yes. Alongside street, city, and postal code, every address includes a real state, province, or county name matching the selected country's actual regional naming conventions.
Is this fake address generator free?
Yes, entirely free with no signup, and every address is generated in your browser rather than on a server.
Can I generate multiple addresses at once?
Yes, up to 100 per batch, exportable as CSV, JSON, or SQL for bulk testing or database seeding.
Does the postal code follow the correct format for each country?
Yes. Postal code length and format follow the real convention for the selected country, not a generic placeholder.
Are the generated addresses stored anywhere?
No. Everything is generated client-side in your browser and never sent to or stored on our servers.
Can I use this to test a shipping calculator?
Yes. Generate addresses across several countries to test how your shipping-cost and tax logic behaves for each region.
Can I export the generated addresses to a database?
Yes. The SQL export option generates a CREATE TABLE statement plus ready-to-run INSERT statements for every address in the batch.
🛡️
Your IP address and DNS queries are visible to your ISP. Protect your privacy with a trusted VPN — tested and recommended by Anonymiz.
See Recommended VPNs →

Related Tools

🎭
Fake Name & Identity Generator
Generate complete fake identities
🪪
Fake Identity Generator
Generate complete test identities
🗄️
Test Data Generator
Bulk test data with CSV/JSON/SQL export
🎲
Password Generator
Generate strong passwords
🔑
UUID Generator
Generate unique UUIDs
📄
Lorem Ipsum
Generate placeholder text
🎰
Random Number
Generate random numbers
📱
QR Code Generator
Generate QR codes
📋
JSON Formatter
Format and validate JSON
Done!