Address Standardization: USPS Rules and Best Practices
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://zipfyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://zipfyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://zipfyi.com/entity//)
Use the native HTML custom element.
The USPS has strict formatting rules for addresses. Following them improves deliverability and qualifies mail for discounts.
## Why Standardize?
Address standardization converts free-form address text into the USPS Publication 28 format. Standardized addresses are machine-readable, reducing sorting errors and qualifying mail for automation discounts.
## USPS Address Format
The USPS-standard address has specific components in specific order:
| Line | Content | Example |
|------|---------|--------|
| Line 1 | Recipient name | JOHN SMITH |
| Line 2 | Secondary (optional) | APT 4B |
| Line 3 | Primary address | 123 MAIN ST |
| Line 4 | City, State, ZIP | SPRINGFIELD IL 62704-1234 |
## Common Standardization Rules
- **ALL CAPS** — USPS prefers uppercase for OCR readability
- **No punctuation** — No periods, commas, or hyphens (except ZIP+4)
- **Standard abbreviations** — ST (Street), AVE (Avenue), BLVD (Boulevard), APT (Apartment)
- **Directionals** — N, S, E, W before or after street name
- **State codes** — 2-letter USPS abbreviations (not spelled out)
## Before and After
| Input | Standardized |
|-------|-------------|
| 123 Main Street, Apt. 4B | 123 MAIN ST APT 4B |
| 456 North Oak Blvd. | 456 N OAK BLVD |
| P.O. Box 789 | PO BOX 789 |
| 1000 Pennsylvania Ave NW | 1000 PENNSYLVANIA AVE NW |
## Secondary Designators
USPS recognizes specific secondary address designators:
- APT (Apartment)
- STE (Suite)
- UNIT
- FL (Floor)
- RM (Room)
- BLDG (Building)
- DEPT (Department)
Using non-standard designators (e.g., "#4B" instead of "APT 4B") may cause OCR failures.
## Impact on Deliverability
USPS reports that non-standardized addresses cause:
- **5-8%** misdelivery rate for non-standard formatting
- **2-3 day** delays when manual sorting is required
- **Loss of discounts** if addresses fail CASS certification
## Best Practices for Databases
- Standardize at point of entry (web forms, CRM imports)
- Re-standardize quarterly against the latest USPS database
- Store both original and standardized versions
- Use CASS-certified software for batch standardization