New Hampshire Address Generator
New Hampshire’s state motto, Live Free or Die, comes with a fiscal
translation: no general sales tax, and no income tax on wages. That makes NH a popular
edge case for e-commerce checkout flows and tax-engine integration tests — you need
addresses that should produce a $0.00 tax line, with a real-looking 03xxx ZIP code and the
statewide 603 area code on the phone field. That is what this generator does.
→ Generate a New Hampshire address
New Hampshire tax background
New Hampshire has no general sales tax and no tax on earned wages. The state historically levied an Interest & Dividends Tax (I&D Tax) on investment income, but that was fully phased out by 2025. NH funds itself through a relatively high property tax, a Business Profits Tax, a Business Enterprise Tax, and a few targeted excise taxes.
Two important targeted taxes still apply at the register, even though there is no general sales tax:
- A Meals and Rooms (M&R) Tax of about 8.5 % on restaurant meals, hotel stays, and prepared food.
- A real-estate transfer tax on the sale of property.
For ordinary online retail shipped to an NH address, neither applies. New Hampshire residents are famously known for driving across the border into Massachusetts for the higher income but for shopping in their own state to avoid MA’s 6.25 % sales tax — a real-world example of the kind of cross-border behavior that checkout analytics teams sometimes need to model.
Cities and ZIP codes in this dataset
| City | ZIP codes | Notes |
|---|---|---|
| Manchester | 03101, 03102, 03104 | Largest city in NH; financial and healthcare hub. |
| Nashua | 03060, 03062 | Tech corridor on the MA border. |
| Concord | 03301, 03303 | State capital. |
| Portsmouth | 03801 | Historic seacoast town; Pease International Tradeport. |
| Dover | 03820 | NH’s oldest continuously settled community. |
Phone numbers are generated with the 603 area code, which covers the entire
state — another small state where a single area code suffices.
Common use cases
- Cross-border-tax test: confirm that your checkout correctly distinguishes a NH shipping address (0%) from a MA shipping address (6.25%) when the buyer’s billing and shipping addresses differ.
- Wage / income flag testing: payroll, freelancer-onboarding, or marketplace payouts that ask for a state-of-residence flag to compute withholding can use a NH address as the “no state wage tax” case.
-
Form-validation fixtures: leading zeros in NH ZIP codes (e.g.
03101) are a classic source of spreadsheet- and CSV-related bugs — great test data for confirming your import / export pipelines preserve them. - Documentation samples: realistic NH placeholder values for product screenshots, training materials, and admin-dashboard mockups.
Important caveats
Street numbers and street names are synthetic. The address will not pass real USPS deliverability checks, Smarty / Lob validation, or payment-gateway AVS — that is the intended behavior of a test data generator. See our AVS & ZIP validation explainer for the full background.