Why Royal Mail prices jump the way they do
Two things decide what an item costs to post: which size category it falls into, and which weight band it lands in once inside a service. Both catch people out. A document wallet that feels like ordinary post is often a Large Letter because of thickness alone, and a padded envelope a few grams over a boundary pays the next band's full price — postage is billed by whole bands, not by the gram. Getting either one wrong is the difference between correct postage and a "not enough postage" surcharge waiting for your recipient.
Rather than hardcode a tariff that goes stale, this page asks you to paste in the current figures for the service you plan to buy — 1st Class, 2nd Class, Tracked, Signed For, or a business account all price differently, and Royal Mail revises them at least once a year. You supply the numbers; the calculator does the category check and the band arithmetic and shows its working. Cross-check your figures against the published prices at royalmail.com whenever a new tariff lands. The output is an estimate to guide packaging and avoid mistakes, not a checkout price — confirm the payable total in the official buying flow, especially once you add Signed For, Special Delivery, tracking, or account discounts.
Plain-text formula: stepped tables: postage = basePrice + pricePerStep × ceil(max(0, weightKg − baseBandKg) ÷ stepSizeKg); banded tables: postage = the price of the first band whose upper weight limit is at least the packed weight.
What to enter, and how to measure it
Everything is based on the packed item as it will actually travel — box, wrap, tape, label and all. A few millimetres of cardboard can tip a Large Letter into Small Parcel; a heavier mailer can push you into the next weight band. Measure and weigh the finished parcel, not the bare contents.
- Length, width, thickness at their widest points, in mm or cm (the selector converts). Thickness usually decides envelopes and wallets, so measure the thickest point including seams and clasps. Length and width can go in either order — the larger flat side is treated as the length.
- Weight of the packed item, in grams or kilograms.
- Rate table. Pick the mode that matches how your guide is written. Rows of "up to X g costs £Y" are a banded table (paste up to five straight from the guide). A base price plus "each additional X g or part thereof" is a stepped table (enter the base band, base price, step size and step price). Most retail lines are banded; account and international lines are often stepped.
- Comparison packaging (optional): a second set of dimensions and weight, priced under the same table so you can see what a slimmer or lighter pack would save.
The calculator runs both checks in one pass and reports the category, the band, how much headroom you have in each direction, and what crossing the nearest boundary would cost or save.
Royal Mail size categories
Dimensions and weight are checked against the common inland reference limits below. A category only counts when every dimension and the weight fit, which is why the result names the exact measurement that pushed you out of a cheaper category. Anything failing all four is flagged as over Medium Parcel and usually needs Parcelforce or a courier. Verify the current limits for your service before you rely on them.
- Letter: up to 240 × 165 × 5 mm, up to 100 g.
- Large Letter: up to 353 × 250 × 25 mm, up to 750 g.
- Small Parcel: up to 450 × 350 × 160 mm, up to 2 kg.
- Medium Parcel: up to 610 × 460 × 460 mm, up to 20 kg.
| Item | Likely category | Where people slip up |
|---|---|---|
| A few A4 sheets in a thin envelope | Large Letter | Assuming Letter pricing; thickness with folds and staples pushes it over 5 mm |
| A paperback in a cardboard mailer | Large Letter or Small Parcel | The mailer seam tips thickness above 25 mm |
| A small cosmetics box | Small Parcel | Measuring length and width but forgetting depth |
| A shoe box | Medium Parcel | Picking Small Parcel on weight alone, ignoring the longest side |
The pricing formula for both tariff shapes
Stepped tables. With packed weight w (kg), base band b, step size s, base price B and price per step u: take the weight above the base band, divide by the step size and round up — "or part thereof" bills any fraction as a whole step — then add the step charges to the base price.
Banded tables. A banded tariff is a lookup: each band i has an upper weight limit Mi and a price Pi, and you pay the price of the first band your weight fits inside.
| Component | Definition |
|---|---|
| Extra weight (stepped) | max(0, w − b) |
| Steps (stepped) | ceil(Extra weight / s) |
| Total (stepped) | B + Steps × u |
| Total (banded) | price of the first band with maxWeight ≥ w |
The rounding is the whole story. Because whole bands are billed, 101 g and 199 g usually cost the same, while 99 g and 101 g can differ by a full band. The two shapes only diverge when bands are uneven: a real Large Letter table charges one price from 101 g right up to 250 g, so modelling it as repeated 100 g steps would wrongly add a charge at 201 g. That is exactly why you can paste the published bands directly instead of forcing them into a step model.
Comparison, headroom, and the price chart
Enter a second packaging option and the comparison prices both under the same table and reports the saving in pounds — useful because a slimmer mailer can drop a whole size category and lighter packing can drop a band. The result also shows band headroom: how much you'd need to shed to fall back a band and what that saves, and how much you can still add before the price rises. If you sit within a couple of millimetres of a thickness limit or a few grams of a weight cap, it flags that ordinary measurement error could change the price.
The price-versus-weight chart draws the staircase your table produces — flat within each band, jumping at each boundary — with a marker at your item and at the comparison pack. It makes the economics obvious: moving within a band changes nothing, crossing one changes the price by a whole step. Finally, the copy-link button encodes the whole form into the page address, so you can keep one bookmark per service or send a scenario to a colleague; opening a shared link refills the form and recalculates immediately.
Worked example: one Large Letter, priced two ways
Take a padded envelope of 320 × 220 × 12 mm weighing 180 g. Every dimension fits Large Letter and 180 g is well under the 750 g cap, so the category check passes. Price it first under a stepped table charging £2.70 for the first 100 g and £0.60 per additional 100 g or part:
- Extra weight above the base band: 0.180 − 0.100 = 0.080 kg
- Steps: ceil(0.080 ÷ 0.100) = 1
- Total: £2.70 + 1 × £0.60 = £3.30
Now price it under the banded table Royal Mail actually publishes for retail Large Letters — up to 100 g £2.70, up to 250 g £3.30, up to 500 g £3.90, up to 750 g £4.50. At 180 g the first fitting band is the 250 g band, again £3.30. The two agree here, but they part company at 205 g: the stepped model counts two steps and charges £3.90, while the published band still holds 205 g inside "up to 250 g" at £3.30. That 60 p gap is the reason to copy real lookup bands rather than approximate them with uniform steps.
If the estimate ever surprises you, check units first (32 cm typed as 32 mm looks like a Letter), then confirm the pricing mode matches the guide's wording. As a sanity check, nudge the weight by a gram: the price should only move when you cross a band boundary.
What this estimate does and doesn't cover
Treat this as an arithmetic helper and a packaging decision aid, not a payable quote. It assumes a fairly regular shape that fits the inland retail categories above — tubes, rolled items, and awkward shapes with protrusions can be assessed differently at acceptance — and it assumes the rate figures you entered are current and complete. Optional extras such as Signed For, Special Delivery timings, Saturday delivery, higher compensation, surcharges, and account discounts are only reflected if you fold them into the prices you type in. Use the number to choose packaging and confirm the category, then buy through the official flow for the payable total.
Estimating for another postal system? The same manual rate-table approach powers the Australia Post postage calculator (which adds cubic weight, since AusPost bills volumetrically) and the USPS postage rate calculator.
Royal Mail postage estimates: frequently asked questions
Is this an official Royal Mail postage calculator?
No. It is an independent estimator that mirrors the size-category checks and weight-band arithmetic used in Royal Mail price guides. You supply the current prices, so the results stay accurate after tariff changes. For a payable price, always use the official Royal Mail buying flow or your shipping platform.
How do I measure my item for Royal Mail postage?
Measure the packed item, not the bare contents. Take length, width, and thickness at the widest points, including bulges, seams, and tape, and weigh the item complete with packaging and label. A few millimetres of thickness or a few grams of packaging can change the size category or the weight band.
What are the Royal Mail size limits for Letter, Large Letter, Small Parcel, and Medium Parcel?
For inland retail mail the usual limits are: Letter up to 240 × 165 × 5 mm and 100 g; Large Letter up to 353 × 250 × 25 mm and 750 g; Small Parcel up to 450 × 350 × 160 mm and 2 kg; Medium Parcel up to 610 × 460 × 460 mm and 20 kg. Anything larger or heavier normally needs Parcelforce or another carrier.
Why do I enter prices myself instead of picking a service from a menu?
Royal Mail updates its tariffs at least once a year, and retail, online, and business account prices can all differ. Copying the base price and band structure from the current guide keeps the estimate correct without hardcoding a tariff year, and it makes like-for-like comparisons between services easy.
Does Royal Mail postage include VAT?
Universal service products such as 1st and 2nd Class stamps are exempt from VAT, so the calculator adds no tax. Some other products, including certain business account, Tracked, and Parcelforce services, are standard rated, so check the price guide or your invoice for the exact service you buy.
What happens if my item exceeds the Medium Parcel limits?
The calculator flags it as exceeding Royal Mail Medium Parcel limits. Items heavier than 20 kg or larger than 610 × 460 × 460 mm normally travel with Parcelforce Worldwide or another courier, and those services price differently, so the band arithmetic on this page no longer applies.
Can I use this calculator for international postage?
The size checks are based on UK inland retail limits, so treat international results with care. You can still model an international tariff by entering its base and band prices in either pricing mode, but destination zones, different size rules, and customs requirements must be checked separately.
Mini-game: Mailroom Band Sorter
This optional mini-game turns the same two checks into a dispatch challenge. Mailpieces roll toward the scanner showing their dimensions and weight; route each into the right Royal Mail category before it arrives. Gold audit items add a second question — how many extra weight steps apply beyond the base band and step size from the calculator above. It never changes the estimate; it just lets you practise the habit that matters: category by size first, then extra steps from weight.
Desk card: base band 100 g, extra step 100 g, pulled from the calculator above.
Controls: click or tap a bay to route the current item. Keyboard fallback: 1 = Letter, 2 = Large Letter, 3 = Small Parcel, 4 = Medium Parcel. On gold audit items, use 0, 1, 2, or 3 for the extra-step answer, with 3 representing 3 or more additional steps.
