Royal Mail Postage Rate Calculator (UK)

Estimate inland UK postage for a letter or parcel using Royal Mail's size categories and whatever rate figures your service currently charges. The calculator checks all four size categories, prices the item under a stepped or a banded weight table, compares two packaging options, and charts the price staircase your tariff produces — so you can see why one extra gram sometimes costs nothing and sometimes bumps you a whole band.

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.

Total = B + u × ceil ( max ( 0 , w b ) s )

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.

Total = P k  where  k  is the first band with  w M k
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.

Limitations and assumptions behind this estimate

Treat this as an arithmetic helper and a packaging decision aid, not a payable quote. Every number it prints rests on the assumptions listed below, and each one is a place where the estimate and the counter price can part company.

  • Assumption: your rate figures are the current ones. Nothing on this page knows today's tariff. The base price, step price and band rows are whatever you typed, so an estimate copied from last year's guide will be confidently wrong. Royal Mail revises inland prices at least once a year, and retail, Online Postage, Click & Drop and business-account rates for the same item differ.
  • Assumption: the item is a regular rectangular shape. The size checks compare three straight-line measurements against the gauge limits. Tubes, rolls, cylinders, tapered boxes and anything with a protruding handle, spine or clasp can be assessed differently at acceptance, and a rigid item that will not flex through a gauge slot may be charged up as a parcel even when its numbers fit.
  • Assumption: you measured the packed item at its widest point. Length, width and thickness are taken as you entered them. Bulges, bubble-wrap loft, tape ridges and a label that lifts a corner all count at the gauge, and a millimetre of unmeasured loft is enough to move a Large Letter into Small Parcel pricing.
  • Limitation: inland retail categories only. The four gauge sizes and their weight caps are the usual UK inland retail limits. International formats, Parcelforce Worldwide, Royal Mail Tracked 24/48 and bulk or account mail use different size envelopes and different price shapes, so the category names here do not transfer to them unaltered.
  • Limitation: no extras, surcharges or discounts. Signed For, Special Delivery Guaranteed timings, Saturday delivery, higher compensation, fuel or handling surcharges, and negotiated account discounts are only reflected if you fold them into the prices you type in. VAT is not added, which is correct for universal-service stamps but wrong for standard-rated services.
  • Limitation: one item, one service, no volumetric pricing. The page prices a single packed item under a single table. It does not apply volumetric or cubic weight, does not aggregate a multi-item consignment, and does not decide whether a cheaper service exists — the packaging comparison only re-prices a second pack under the same table you entered.
  • Limitation: boundary cases are only as good as your scales. Prices are billed by whole bands, so an item sitting a gram or two below a boundary is genuinely fragile. The calculator flags these near-limit cases, but it cannot know whether your kitchen scales read 2 g light.

Use the number to choose packaging, confirm the category and understand which boundary you are near, then buy through the official Royal Mail 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.

Item Details
Pricing Model

Most Royal Mail retail lines are published as band tables; stepped wording is common on account and international tariffs. The worked example above shows why the distinction changes the price.

Stepped Rate Inputs

Copy these values from the latest Royal Mail guide for your service. The pre-filled numbers are the illustrative figures from the worked example, not current rates.

Packaging Comparison (optional)

Uses the same units as the item above. Enter a second packaging option to price both under the same rate table and see the saving. Leave at 0 to skip.

Enter your item and rate values to estimate Royal Mail postage.

Mini-game: Gauge Bench

This optional mini-game is the counter version of the two checks above. Each customer hands you a packed item drawn to true scale beside the four Royal Mail size gauges — Letter 240 × 165 × 5 mm, Large Letter 353 × 250 × 25 mm, Small Parcel 450 × 350 × 160 mm and Medium Parcel 610 × 460 × 460 mm — plus an oversize chute for anything past Parcelforce's doorstep. Your job is to push it through the smallest gauge it genuinely fits, then let the weight scale settle it into a band. Pick a gauge that is too small and it jams, and a caliper shows exactly how many millimetres or grams over you were. Pick one that is too big and it goes, but the customer overpays.

Before you post, you can repack: flatten the pack to lose thickness, trim the box to lose length and width, or strip the void fill to lose weight. Each move costs seconds off the collection deadline and each item has a limited allowance, so repacking is a bet — exactly the bet the calculator's headroom lines describe. Prices come from the same formula this page uses: a category base price plus ceil(max(0, w − baseBand) ÷ stepSize) extra weight steps, at your own base and step prices, with 1st Class carrying a premium over 2nd. Nothing in the game touches your estimate.

Score0
Shift120.0s
Streak0
Lives3/3
WaveCounter open
Postage saved£0.00
Best0

Rate card from the calculator: base band 100 g, extra step 100 g, base price £2.70, per step £0.60.

Gauge Bench

Post each item through the smallest gauge it actually fits. All four gauge outlines are drawn nested from the same corner, so the overhang is the bit sticking out — check thickness on the column at the right and weight on the scale below.

  • Choose a gauge with keys 1–5 or the left and right arrows, or tap its tab. Key 5 is the oversize chute for anything past Medium Parcel.
  • Repack before posting: F flattens (thickness −40%), T trims the box (sides −10%), V strips void fill (weight −14%). Each costs about a second of the deadline and one of the item's repack moves.
  • Press C to switch between 1st and 2nd Class. Items tagged "next day" must go 1st; everything else is cheaper on 2nd.
  • Press Enter or Space, or tap POST, to push the item through. A jam costs a life; so does missing the collection deadline.

Rate card loaded from the calculator: base band 100 g, extra step 100 g.

Press play to open the counter.

Controls — pointer or touch: tap a gauge tab to select it, tap the repack tools, the class switch or POST along the bottom. Keyboard (click the board first to focus it): 1–5 select a gauge, ← and → step through the gauges, F flatten, T trim, V strip void fill, C toggle 1st/2nd Class, Enter or Space posts, and Enter starts the next shift once the counter closes.

Embed this calculator

Copy and paste the HTML below to add the Royal Mail Postage Rate Calculator (UK) | Letter & Parcel Estimator to your website.