USPS Postage Rate Calculator
Introduction: a USPS postage calculator you keep current
This calculator turns the shipping facts you already know about a letter or package into a clean USPS postage estimate. You choose the mail class, enter the weight and dimensions, pick the destination zone, and copy the current price values from the USPS chart you are using. The page then applies the weight-band math, checks dimensional weight, flags size-limit problems, and can even compare two box sizes side by side. That makes it useful for online sellers, office mailrooms, teachers mailing packets, and anyone who wants a fast estimate without re-reading every row of a rate guide.
The most important thing to understand is that this page does not pull live USPS retail prices. USPS changes prices periodically — often in January and July — and many products also differ by zone, by retail versus commercial pricing, and by packaging. Instead of hardcoding numbers that go stale, the calculator works as a manual-rate model: you supply the current base price and per-band increment from USPS Notice 123 on Postal Explorer or from your postage software, and the page handles the arithmetic consistently. That design is especially helpful when you are checking several scenarios, such as comparing a 3-ounce letter with a light parcel, or a compact Priority Mail box with a larger but lower-density USPS Ground Advantage package.
The page also tackles the single biggest source of postage surprises: billable weight. Many shippers expect postage to depend only on the scale reading. In reality, USPS prices large lightweight boxes by dimensional weight — a volume-based weight — on Priority Mail, Priority Mail Express, USPS Ground Advantage, and Parcel Select whenever the package exceeds one cubic foot. That rule applies in all zones (it has since mid-2019, when USPS extended dimensional pricing beyond the long-distance zones), so this calculator checks it for every eligible package rather than only for far-away destinations. Media Mail is the exception: it is priced by weight alone, with no zones and no dimensional weight.
Manual-rate disclaimer: the number this page returns is only as live and complete as the rates you type in. It is an estimating and checking tool, not a checkout engine, and it will happily apply last year's prices if that is what you give it.
Source/effective-date metadata: USPS Notice 123 (Postal Explorer) and current USPS service pages are the official references for rate tables, size limits, and service descriptions. This calculator does not fetch live prices; manual rate inputs are required. Planning defaults: Ground Advantage 2-5 business days; DIM divisor: 166; DIM threshold: 1,728 cubic inches (1 cubic foot). Review the current source before relying on any estimate.
How to use the USPS postage calculator step by step
The form follows the same decisions you would make at the counter. First, choose the mail class so the calculator knows whether to think in ounces (letters, postcards, large envelopes) or in package weight bands. Then enter the actual weight and its unit; internally the script normalizes everything to pounds so the comparisons stay consistent, and for letter-shaped mail it converts back to billable ounces and rounds up, because letter postage is charged by the ounce step rather than by exact fractions.
For package services, length, width, and height are required because volume decides whether dimensional weight can apply. When the box exceeds 1,728 cubic inches, the script divides the volume by the dimensional divisor (166 for USPS), rounds up to the next whole pound, and bills the larger of actual and dimensional weight. The divisor field is editable so you can also sanity-check a private-carrier quote — UPS and FedEx use 139 for daily rates — but leave it at 166 for USPS estimates.
- Choose the mail class. Letter, postcard, or large envelope for flat mail; Priority Mail, Priority Mail Express, USPS Ground Advantage, Parcel Select, or Media Mail for packages.
- Enter the actual weight. Use ounces for light items or pounds for parcels; the unit selector converts either way.
- Add package dimensions. Measure the finished box at its widest points, in inches, so dimensional weight and length-plus-girth limits can be checked.
- Check letter dimensions if relevant. Optional length, height, and thickness fields classify a piece as postcard, letter, large envelope, or package by the common USPS shape limits.
- Copy the current rate values. Enter the base price, the per-band increment, the base band weight, and the band size from the Notice 123 row for your service and zone.
- Add extra services. Type the current fee for insurance, Certified Mail, or Signature Confirmation and it is added to the total.
- Test an alternative box. Optional comparison dimensions price a second package under the same rate table and report the saving.
- Save or share the scenario. The copy-link button encodes every input into the page address for bookmarks, colleagues, or repeat quotes.
The zone field (1–9) does not change the math by itself — USPS publishes a separate price column per zone, so the zone helps you select the correct row in the official chart and it travels with the shareable link. In other words, the calculator assumes you already looked up the proper zone column and are now using the form to apply the weight progression cleanly. If you need the zone for an address pair, USPS Postal Explorer has a zone chart lookup keyed to the first three digits of the origin ZIP Code.
Formula: DIM weight, billable weight, and rate bands
Plain-text formula: dimensionalWeightLb = ceil((lengthIn × widthIn × heightIn) / dimDivisor) when volume > 1728 in³ on a DIM-eligible service; billableWeight = max(actualWeight, dimensionalWeight) when DIM applies, otherwise actualWeight; extraBands = ceil(max(0, billableWeight − baseBand) / bandSize); estimatedPostage = basePrice + extraBands × pricePerBand + extraServices.
For letter-shaped mail the same structure collapses to the familiar ounce progression: a first-ounce price plus a fixed amount for each additional ounce, with the ounce count rounded up.
For packages, the calculator first computes the volume-based weight when the box is larger than one cubic foot on an eligible service:
The billable weight is then the larger of the two candidate weights:
Finally the rate-band logic applies. The base band covers everything up to that weight for the base price. Weight above the base band is divided by the band size and rounded up, because postal tables charge by the band "or part thereof". Each extra band adds one price per band. This structure models real USPS tables directly: Priority Mail and Priority Mail Express price per pound (base band 1 lb, band size 1 lb), USPS Ground Advantage prices in 4-ounce steps below 1 lb (base band 0.25 lb, band size 0.25 lb) and per pound above it, and Media Mail uses a first-pound price plus a per-pound increment with no zone columns at all. Flat-rate envelopes and boxes are the opposite case — one price regardless of weight up to 70 lb — so model them as a base price with a zero band increment.
Worked example: Priority Mail with dimensional weight
Imagine you are sending a Priority Mail package: the box weighs 5 lb on the scale, the destination is in Zone 3, and the box measures 18 × 12 × 10 inches. The volume is 2,160 cubic inches, which exceeds the 1,728-cubic-inch threshold, so dimensional weight is in play. With the USPS divisor of 166, the DIM weight is ceil(2160 ÷ 166) = ceil(13.01) = 14 lb. Because 14 lb is greater than the 5 lb scale weight, the billable weight becomes 14 lb.
Now suppose the Notice 123 row you are using for that service and zone starts with an illustrative $10.00 for the first pound and adds $1.00 for each additional pound (real values change; always copy the current chart). In the form you would enter $10.00 as the base price, 1 lb as the base band, 1 lb as the band size, and $1.00 as the per-band price. The billable 14 lb needs 13 additional bands beyond the first pound, so the estimate is $10.00 + 13 × $1.00 = $23.00.
The same example shows why packaging is a price variable, not a packing detail. Repack the identical 5 lb shipment into a 12 × 10 × 8 inch box and the volume drops to 960 cubic inches — under one cubic foot — so dimensional weight cannot apply. The billable weight falls back to 5 lb, the band count drops to 4, and the estimate becomes $10.00 + 4 × $1.00 = $14.00. The box-comparison tool below runs exactly this experiment for you and reports the $9.00 saving directly.
Letters work the other way around: simpler, but easy to fumble when pricing many pieces in a row. A 3-ounce First-Class Mail letter is charged the first-ounce price plus two additional-ounce steps. If the piece creeps past 3.5 ounces, USPS stops pricing it as a letter entirely and charges large-envelope (flat) prices — one of several threshold effects the calculator warns about.
| Service | DIM weight over 1 ft³? | Max weight | Max length + girth | Typical service standard |
|---|---|---|---|---|
| Priority Mail | Yes, all zones | 70 lb | 108 in | 1–3 business days |
| Priority Mail Express | Yes, all zones | 70 lb | 108 in | Next-day to 2-day, with a money-back service commitment |
| USPS Ground Advantage | Yes, all zones | 70 lb | 130 in | 2–5 business days |
| Parcel Select | Yes, all zones | 70 lb | 130 in | 2–8 business days (commercial) |
| Media Mail | No (weight only, no zones) | 70 lb | 108 in | 2–8 business days |
| Shape | Length | Height | Thickness | Max weight |
|---|---|---|---|---|
| Postcard | 5–6 in | 3.5–4.25 in | 0.007–0.016 in | Priced as a card |
| Letter | up to 11.5 in | up to 6.125 in | up to 0.25 in | 3.5 oz |
| Large envelope (flat) | up to 15 in | up to 12 in | up to 0.75 in | 13 oz |
| Package | anything beyond flat limits | 70 lb | ||
Advanced tools: box comparison, band thresholds, and the price chart
Beyond the core estimate, the calculator answers the follow-up questions shippers usually ask next. The packaging comparison prices an alternative box under exactly the same rate table and reports the difference in dollars. Because billable weight is the greater of actual and dimensional weight, a smaller box frequently drops the billable weight by several whole bands — the worked example above falls from $23.00 to $14.00 just by shedding empty air.
The band threshold analysis looks at where your billable weight sits inside the rate structure. If you are only a couple of ounces into the last charged band, the result says exactly how much weight you would need to shed to fall back one band and what that band is worth. It also reports the DIM-neutral volume — the largest box volume at which dimensional weight cannot raise your price. Any box at or under 1,728 cubic inches is exempt outright, and above that the ceiling is the divisor times your actual weight in whole pounds. A box that stays under the DIM-neutral volume is priced purely on the scale reading, which makes it a concrete packing target.
The length-plus-girth check computes the USPS oversize measurement automatically: the longest side plus twice the sum of the other two sides. Priority Mail and Priority Mail Express cap this at 108 inches, while USPS Ground Advantage and Parcel Select allow up to 130 inches; crossing the cap usually means a different product or an oversized charge, so the calculator warns rather than silently pricing it.
Finally, the price-versus-weight chart draws the staircase your rate table produces: flat within each band, jumping by the band price at each boundary, with a marker at your billable weight and a second marker for the comparison box. Seeing the staircase makes the economics obvious — moving anywhere within a band changes nothing, while crossing a boundary changes the price by a whole step.
How to read the result
The result panel reports the base postage, the billable weight, the dimensional-weight analysis, the length-plus-girth measurement, the rate bands applied, any extra services, and an estimated delivery window for the service. The billable-weight line is usually the most important one: when dimensional weight applies, it explicitly shows the DIM weight that drove the price, so the output explains why the estimate looks the way it does instead of handing you a bare dollar figure.
The rate-bands line is worth reading closely too. For a letter it shows how many billable ounces were counted; for a package it shows how many bands were charged after the base band. If the total seems higher than expected, that line reveals the reason immediately: the weight crossed into another band, the dimensions triggered DIM weight, or the band definitions you entered do not match the chart you meant to use.
The delivery estimate is descriptive rather than contractual. USPS service standards vary by origin, destination, and the exact product purchased, so read the text as a general expectation and check current USPS service pages when timing matters. The copy button produces a plain-text summary — billable weight, DIM analysis, bands, extras, total, and delivery — that you can paste into notes, an order record, or an email, and the copy-link button captures the whole scenario as a URL.
Assumptions, limitations, and what USPS actually charges
This page is most reliable when you already know which USPS product and rate row you need and want help applying the math. It does not fetch live USPS prices, it does not look up zones from ZIP Codes, and it does not decide retail versus commercial pricing for you. You provide the zone and copy the current numbers from Notice 123 or your postage software; the calculator keeps the arithmetic honest.
It also uses a simplified dimensional-weight model. Real eligibility can depend on the exact product, packaging, and current USPS rules, and several pricing mechanisms are deliberately out of scope: flat-rate envelopes and boxes (one price regardless of weight or zone), Priority Mail Cubic (commercial pricing by volume tier instead of weight), nonmachinable letter surcharges, nonstandard-size package fees, and negotiated commercial tiers. If a shipment is close to a threshold, unusually shaped, or rigid, verify current USPS guidance — those cases are exactly where a generic model and the counter price diverge.
Letter-style mail has its own eligibility caveats. Thickness, rigidity, aspect ratio, and machinability affect whether a piece qualifies for the price you expected; a square or lumpy envelope can trigger a surcharge even when it fits the size window. The optional size check flags the common boundaries, but it is a screening aid, not the USPS rulebook. For binding prices use the official USPS retail calculator, postage software, or the counter; for fast, transparent scenario testing — which box, which band, which class — this page is built for exactly that job.
Shipping from outside the United States? The same manual rate-table approach powers the Australia Post postage rate calculator and the Royal Mail postage rate calculator.
USPS postage estimates: frequently asked questions
Does this USPS calculator use live rates?
No. USPS prices change periodically, so this page never hardcodes them. Enter the current base price and per-band increment from USPS Notice 123 on Postal Explorer or from your postage software, and the calculator applies the weight-band math consistently. The estimate stays accurate for as long as the numbers you enter are current.
How do I estimate USPS postage step by step?
Choose the mail class, enter the actual weight, and add package dimensions so dimensional weight can be checked. Pick the destination zone, then copy the base price and per-band increment from the current USPS chart for that class and zone. The calculator reports billable weight, the bands charged, any warnings, and the estimated total.
What is dimensional (DIM) weight and when does USPS apply it?
Dimensional weight prices a package by the space it occupies instead of the scale reading. USPS applies it in all zones to Priority Mail, Priority Mail Express, USPS Ground Advantage, and Parcel Select packages larger than one cubic foot (1,728 cubic inches): divide length × width × height in inches by 166 and round up to the next whole pound. If that result is greater than the actual weight, it becomes the billable weight.
What is billable weight?
Billable weight is the weight the price is actually based on. For most packages it is the actual weight rounded up to the next weight band for the service. For packages over one cubic foot on DIM-eligible services, it is the greater of the actual weight and the dimensional weight.
Why do two packages with the same weight cost different amounts?
Usually zone or dimensional weight. A package traveling farther falls in a higher zone and uses a more expensive rate row, and a bulky box over one cubic foot can bill at its dimensional weight. An 18 × 12 × 10 inch box bills at 14 lb with the 166 divisor even if it weighs only 5 lb on the scale.
What USPS size and weight limits does this page check?
Most USPS package services top out at 70 lb. Priority Mail and Priority Mail Express allow up to 108 inches of combined length plus girth, while USPS Ground Advantage and Parcel Select allow up to 130 inches. First-Class Mail letters top out at 3.5 oz before they are priced as large envelopes, and flats top out at 13 oz. The calculator warns when your entries cross those thresholds.
Does the estimate include insurance, tracking, or other extra services?
Only if you enter them. The extra services field adds a manual dollar amount for options such as insurance, Certified Mail, or Signature Confirmation. Look up the current fee in Notice 123, type it in, and the calculator adds it on top of the banded postage so the total reflects what you actually plan to buy.
Mini-game: DIM or Actual? Mailroom Rush
This optional practice game does not change the calculator result. It turns the calculator's main idea into a fast sorting challenge: route each shipment card into the ACTUAL chute or the DIM chute before it hits the scanner. You score by recognizing when a supported package service has a dimensional weight larger than its actual weight.
Practice takeaway: when dimensional rules apply, the billable weight used by the calculator is the greater of the actual weight and the dimensional weight.
