Audited 27 Jul 2026·Last updated 15 Sept 2026·5 citations·Tier 1·0 uses

Shipping Cost Calculator

Estimate billable shipping weight from package size using the dimensional-weight rule carriers publish, then apply your own rate — not live carrier pricing.

Shipping Cost Calculator

Longest outer dimension of the package. Use inches with the 139/166 divisors, centimeters with the 5000 divisor.
Weight from your scale, in pounds (139/166 divisors) or kilograms (5000 divisor). Enter 0 if you only want the dimensional-weight estimate.
Dimensional-weight divisor
Your contracted or published rate per pound (or per kilogram for the 5000 divisor). This calculator does not look up live carrier rates — enter the rate from your own account or a published rate card.
Fuel surcharge, residential/signature fees, handling charges, or any other flat add-on.
Estimated shipping cost
40.35
Billable weight × your rate, plus any additional flat fees.
Cubic volume
5,184
Dimensional (volumetric) weight
37.295
Billable weight
38
Billing basis
Dimensional weight

Background.

A shipping cost calculator answers a question that catches most first-time sellers and shippers off guard: the box that gets billed the most is not always the heaviest one. Carriers do not price parcels on scale weight alone. UPS, FedEx, USPS, and DHL compare actual scale weight with dimensional (also called volumetric) weight under the rules for the selected service. A 24×18×12 inch box that weighs 22 pounds is not billed as a 22-pound package by a service using the 139 divisor — its dimensional weight works out to roughly 37.3 pounds, which rounds up to a 38-pound bill. That gap, not the scale reading, can determine the charge, and it is exactly what this calculator makes visible before you print a label.

Dimensional weight exists because carriers sell cargo space, not just payload capacity. A cargo plane or delivery truck runs out of cubic volume long before it runs out of weight capacity when it is loaded with light, bulky items. Billing only on actual weight would let large, light shipments crowd out other cargo, so carriers publish formulas that convert package volume into an equivalent weight. The formula is length × width × height ÷ divisor. What varies is the divisor and the service conditions. UPS currently documents 139 for Daily Rates and 166 for Retail Rates. FedEx documents 139 in³/lb for relevant US services. USPS currently documents 139 for covered domestic parcels over one cubic foot; older USPS material used 166, so this page no longer labels 166 as a current USPS rule. DHL documents 5,000 cm³/kg for its metric volumetric-weight calculation. Picking the right option also picks the unit system: 139 and 166 assume inches and pounds here, while 5,000 assumes centimeters and kilograms.

What this calculator deliberately does not do is quote a live carrier rate or decide whether dimensional pricing applies to your exact parcel. Service thresholds, zone rules, rounding, and account pricing vary and can change. Check the current carrier rule and your account before choosing a divisor. You then supply your own rate per pound or kilogram and any flat add-on fees. The result is a transparent planning estimate, not a carrier quote.

Measure the finished parcel at its longest external points after packing, including any bulge, rather than relying only on a box maker's nominal inside dimensions. Enter the measured scale weight in the unit required by the selected mode. The calculator rounds dimensional and billable weight up for its estimate, but the carrier's published measurement, minimum-size, package-type, and rounding instructions control the shipment. Recheck those instructions if the result is close to a threshold or if a package is irregularly shaped.

The practical uses are everyday ones. An online seller pricing a bulky-but-light product can check whether dimensional weight could eat the margin. Someone shipping a gift in an oversized box can see that downsizing the box may lower the bill even though actual weight does not change. A small business comparing two documented service divisors can see which produces a lower planning weight for its typical package mix. In every case, the value of the tool is not a promised price — it is clarity about the arithmetic and the controlling assumptions.

What is shipping cost calculator?

Billable weight is the weight basis a carrier uses after applying the rules for a particular service. It commonly compares actual weight with dimensional weight, calculated from package length, width, and height divided by a published divisor. When a package is dense, actual weight is usually larger. When it is bulky and light, dimensional weight is often larger.

Different carriers and services document different divisors. The choices here are 139 cubic inches per pound, 166 cubic inches per pound, and 5,000 cubic centimeters per kilogram. UPS's current US page distinguishes 139 for Daily Rates from 166 for Retail Rates; USPS's current covered-parcel rule uses 139; DHL documents 5,000 for its metric calculation. This calculator models the arithmetic only. Confirm eligibility, divisor, units, and rounding for the exact service before buying a label.

How to use this calculator.

  1. Measure your package's outer length, width, and height.
  2. Weigh the package on a scale, or enter 0 if you only want the dimensional-weight estimate before packing.
  3. Choose the divisor that matches your carrier, service, and account — 139 or 166 for inches/pounds, 5000 for centimeters/kilograms.
  4. Enter your own rate per pound or kilogram from your carrier account, a published rate card, or a shipping-label platform.
  5. Add any flat fees you know apply — fuel surcharge, residential delivery, signature confirmation.
  6. Read the billing basis to see whether actual or dimensional weight determined the bill, and the estimated cost for a sanity check.
  7. Re-run the calculator with a smaller box to see how much a tighter fit could lower a dimensional-weight-driven bill.

The formula.

Bill = ⌈max(W, L×W×H⁄d)⌉ × r + f

The calculation starts with cubic volume: length times width times height, in cubic inches for the 139 and 166 divisors or cubic centimeters for the 5000 divisor. Dividing that volume by the chosen divisor produces dimensional weight — a number with the units of weight (pounds or kilograms) even though nothing was placed on a scale to get it. This is the core trick of dimensional pricing: volume is converted into an equivalent weight using a constant that carriers calibrate so that a truck or plane's cubic capacity and its weight capacity run out at roughly the same time for a typical cargo mix.

Billable weight is then the greater of actual weight and dimensional weight, rounded up to the next whole unit. Mathematically, rounding the maximum of two numbers up produces the same result as rounding each number up first and then taking the maximum — ceiling is a monotonic, non-decreasing function, so `ceil(max(a,b))` and `max(ceil(a), ceil(b))` are identical. This calculator uses the simpler form. The rounding itself mirrors the standard carrier convention of billing in whole-unit increments; some specific services use a finer increment such as half a kilogram, which this calculator does not attempt to special-case, since the brief's own directive is to model the stable, general rule rather than an unverifiable patchwork of service-specific rounding rules.

The billing basis label exists purely for transparency: it tells you which of the two weights won the comparison, so you can see at a glance whether your package is being billed as a "dense" or "dimensional" shipment. A tie between actual and dimensional weight is reported as "Actual weight," an arbitrary but consistent convention, since the two numbers being equal means the rounding-up step produces the same billable figure either way.

Finally, estimated cost is simply billable weight multiplied by your own supplied rate per unit weight, plus any flat fees you enter. This calculator will never look up or embed a specific carrier's current rate table — rates are negotiated, zone-dependent, and revised on a rolling basis, so the only honest way to estimate a real dollar figure is to let the user supply the number that actually applies to their account or service.

A worked example.

Example

A small-appliance-sized box measures 24 by 18 by 12 inches and weighs 22 pounds on the scale. Shipping via a US domestic service that uses the common 139 divisor, cubic volume is 24 × 18 × 12 = 5,184 cubic inches. Dividing by 139 gives a dimensional weight of about 37.29 pounds — noticeably higher than the 22-pound scale reading. Because dimensional weight is greater, it becomes the basis for billing, and rounding up to the next whole pound gives a billable weight of 38 pounds. At a rate of $0.95 per pound plus a $4.25 flat fee (a stand-in for a fuel surcharge or handling charge), the estimated cost is 38 × 0.95 + 4.25 = $40.35. Had the carrier billed on actual weight alone, the cost would have been only 22 × 0.95 + 4.25 = $25.15 — a difference of over $15 driven entirely by the box being large for how little it weighs. Downsizing the box, or padding it more tightly, is the practical lever this comparison points to.

actual Weight22
divisor139
length24
width18
rate Per Unit Weight0.95
additional Fees4.25
height12

Frequently asked questions.

What is dimensional weight and why do carriers use it?
Dimensional (or volumetric) weight converts a package's outer volume into an equivalent weight by dividing length × width × height by a published divisor. Carriers use it because delivery vehicles and cargo planes run out of cubic space before they run out of weight capacity when they carry light, bulky items — pillows, lampshades, empty-feeling but large boxes. Billing only on actual scale weight would let such packages take up a disproportionate share of a truck or plane without paying for the space they occupy, so every major carrier bills on whichever is greater: actual weight or dimensional weight.
Which divisor should I use — 139, 166, or 5000?
Match the divisor to the current rule for your carrier, service, account, and unit system. UPS documents 139 in³/lb for Daily Rates and 166 in³/lb for Retail Rates. USPS currently documents 139 for covered domestic parcels over one cubic foot. DHL documents 5,000 cm³/kg for its metric volumetric-weight calculation. If you are unsure, check the carrier's current service guide or your account agreement rather than choosing from the carrier name alone.
Does this calculator show me the actual price my carrier will charge?
No, and it deliberately does not try to. Carrier rates are zone-based, account-specific, and revised on a rolling basis through general rate increases, negotiated discounts, and floating fuel surcharges — a static calculator that claimed to reproduce a specific carrier's current price table would be wrong within months. What this calculator models is the billable-weight rule itself, which is stable and publicly documented: the greater of actual and dimensional weight, rounded up. You supply your own rate per pound or kilogram, pulled from your account or a published rate card, and the calculator does the arithmetic honestly from there.
Why does billable weight round up instead of using the exact decimal?
Rounding the final billable figure up to the next whole unit mirrors the standard carrier convention of billing in whole-pound or whole-kilogram increments rather than fractional ones. Mathematically, rounding the greater of actual and dimensional weight up produces the same result as rounding each one up first and then comparing, because the ceiling function never decreases as its input increases — so the order of operations does not change the outcome. Some specific services may round to a finer increment (such as half a kilogram); this calculator uses the general whole-unit convention rather than guessing at every service's exact rule.
My package is heavy and dense — does dimensional weight matter to me?
Usually not. Dimensional weight only becomes the deciding factor when a package is large relative to its actual weight — think pillows, stuffed toys, lampshades, or packaging-heavy electronics. A box of books, tools, or tile samples is typically dense enough that actual weight stays the larger number, and the billing basis output will confirm this by reporting "Actual weight." The calculator is most useful specifically for catching the opposite case, where a light, bulky shipment is quietly billed at a much higher dimensional weight.
How much could I save by using a smaller box?
Potentially a meaningful amount, because dimensional weight scales with the product of all three dimensions — shrinking a box by even an inch or two on each side can lower cubic volume, and therefore dimensional weight, by a larger percentage than the dimension change itself. Re-run this calculator with a tighter-fitting box size (keeping actual weight the same) to see the effect directly. If dimensional weight was already below actual weight, downsizing the box will not change your bill, since actual weight was already the determining figure.
Why does the calculator ask for centimeters and kilograms with one divisor but inches and pounds with the others?
Because the divisor and the unit system are not independent choices — every carrier that publishes a 139 or 166 divisor defines it in cubic inches per pound, and every carrier that publishes a 5,000 divisor defines it in cubic centimeters per kilogram. Mixing units (say, entering centimeters with the 139 divisor) would silently produce a meaningless result, so this calculator treats the divisor selection as also fixing which unit system you should use for length, width, height, and weight.
Can I use this for international or freight shipments?
The dimensional-weight formula itself applies the same way to international parcels and general air freight, which is why the 5,000 cm³/kg divisor exists and is documented by international carriers like DHL. This calculator is scoped to typical parcel-sized packages, not palletized freight, ocean/LCL cargo, or specialized commodities, which often have entirely separate pricing structures (chargeable weight by pallet, freight class, and so on) beyond a simple dimensional-weight rule.
Is 'billing basis' the same as saying the carrier ignores my actual weight?
No — the carrier always considers both numbers, it just bills on whichever is larger. The billing basis output simply reports which of the two numbers happened to be greater for your specific package: "Dimensional weight" means the size-derived figure won the comparison and determined your bill, while "Actual weight" means your package was dense enough that its scale weight was still the larger, and therefore controlling, number.

How this page was produced

Published by
Quanta Calculator
Primary sources
5 cited below
Method
Bill = ⌈max(W, L×W×H⁄d)⌉ × r + f
Published
Last verified

Built with AI assistance and verified by automated tests against the cited sources — every worked example on this page is computed by the same code that runs the calculator. How we build and check calculators.

In this category

Embed

Quanta Pro

Paid features are coming later.

  • All 1560 calculators remain free
  • No billing is enabled
Coming soon