Sign In
International Address Formats

πŸ‡ΊπŸ‡ΈUnited States Address Format

US addresses look simple, but USPS routes on standardized abbreviations and the ZIP code, and non-standard street or unit text is the usual cause of returns. Here is the correct format, a real example, and the mistakes that trigger failed deliveries.

Correctly formatted
10118
Jane Smith
350 Fifth Avenue, Suite 6800
New York, NY 10118
UNITED STATES
βœ“ Carrier-validated Β· deliverable

The United States address format, field by field

A US label is recipient, the street address with any unit, then the city, two-letter state, and ZIP on one line, then the country.

1Recipient nameJane Smith personal or business recipient
2Street address + unit350 Fifth Avenue, Suite 6800 use standardized suffixes (<code>Ave</code>, <code>St</code>) and unit designators (<code>Suite</code>, <code>Apt</code>)
3CityNew York spelled out in full
4StateNY the two-letter USPS state abbreviation
5ZIP code10118 5 digits or ZIP+4, after the state on the same line
6CountryUNITED STATES required for inbound international shipments

Postal code rules

The ZIP code drives USPS routing, and in ZIP+4 form it narrows delivery to a block or building. It sits after the two-letter state on the city line.

10118

Format: Five digits (10118), optionally extended to ZIP+4 with a hyphen (10118-0110).

Validation regex: ^(\d{5})(?:[ \-](\d{4}))?$

Watch for: a ZIP that does not match the city and state, which forces a manual correction and a carrier fee.

What makes the United States different

The country-specific rules that generic autocomplete and single-line address fields tend to get wrong.

State codes

States are two-letter codes

USPS expects the two-letter state abbreviation, for example NY, CA, TX. Spelling the state out or using the wrong code slows automated sorting.

Standardized suffixes

Street types and directions get abbreviated

USPS standardizes suffixes (Street to ST, Avenue to AVE) and directionals (North to N). A validated label normalizes these so the barcode scans cleanly.

Unit designators

Apartment and suite numbers are their own field

Secondary units use designators like APT, STE, or UNIT with the number. A missing apartment number is one of the top causes of undeliverable-as-addressed mail.

PO boxes

PO boxes and street addresses do not mix carriers

USPS delivers to PO boxes; UPS and FedEx do not. Shipping a courier order to a PO box guarantees a failed delivery, so the address type should be checked against the carrier.

Errors that cause failed deliveries to the United States

Each of these passes a basic "is this field filled in" check but fails at the carrier, turning into a redelivery, a return, or an address correction fee.

βœ•ZIP does not match city and state. A transposed or wrong ZIP (10018 vs 10118) points to a different area and triggers a correction.
βœ•Missing apartment or suite number. Multi-unit buildings return mail marked undeliverable-as-addressed when the unit is absent.
βœ•Spelled-out or wrong state. Using New York instead of NY, or the wrong two-letter code, slows sorting.
βœ•PO box shipped by courier. UPS and FedEx cannot deliver to a PO box, so the order bounces.
βœ•Non-standard street suffix. Free-text like Avenue or Steet fails address matching against USPS data.

Carrier notes for United States

How the major carriers handle United States addresses, and what your label needs to satisfy each one.

USPS

The universal carrier and the only one that delivers to PO boxes. Its CASS-certified matching keys off a clean street address plus ZIP, so validate both before printing the label.

UPS & FedEx

The dominant private carriers for parcels. They require a physical street address (no PO boxes) and charge address correction fees on mismatched or incomplete addresses.

DHL Express

Handles inbound international shipments to the US. Include the country line and a valid ZIP+4 where possible to avoid customs and routing delays.

Validate every United States address at checkout

Address Guard checks United States addresses against carrier and postal databases before the order ships, normalizes the format, and flags the errors that cause failed deliveries. 240+ countries, $0.05 per check.

Address formats for other countries

Part of the Address Guard international address format guide, covering 240+ countries.

United States address format FAQ

How do you write a US address?+
Recipient name, the street address with any apartment or suite number, then the city, two-letter state abbreviation, and ZIP code on one line, then UNITED STATES for international mail. Use standardized USPS abbreviations for street types.
What is the US ZIP code format?+
Five digits, such as 10118, optionally extended to ZIP+4 with a hyphen, such as 10118-0110. The extra four digits narrow delivery to a block or building and improve accuracy.
Why do US deliveries fail?+
The most common reasons are a ZIP that does not match the city and state, a missing apartment or suite number, and shipping a courier parcel to a PO box. Validating the address against USPS data before shipping prevents most of these.