operations-quality · supply-chain · logistics-freight

Freight Cost Calculator

Determines billable weight, freight class by density and the shipment cost. Use it to estimate less-than-truckload freight charges.

Last updated
Decision Canvas

Calculator overview

Inputs and outputs

This summary comes from the calculator's published input and output contract.

Inputs

Pieces
About this input

The number of handling units in the shipment, in pallets or pieces. It scales the total weight and cube.

Unit pallets Default 4 Range At least 1
Minimum Charge
About this input

The floor the carrier bills for the shipment, in dollars, regardless of weight. It applies when the computed charge falls below it.

Unit currency Default 145 Range At least 0
Rate Per Hundredweight
About this input

The base freight rate per hundred pounds, in dollars per hundredweight. The class and lane usually set this figure.

Unit currency Default 28.5 Range At least 0
Width
About this input

The width of one piece, in inches.

Unit in Default 40 Range At least 0
Weight Per Piece
About this input

The actual weight of one piece, in pounds.

Unit lb Default 300 Range At least 0
Length
About this input

The length of one piece, in inches.

Unit in Default 48 Range At least 0
Discount
About this input

The carrier discount off the base rate, in percent, applied to the line-haul charge before fuel surcharge.

Unit % Default 0 Range 0 to 100
Dimensional Divisor
About this input

The volume, in cubic inches per pound, used to convert a shipment's cube into a dimensional weight. A smaller divisor yields a larger dimensional weight.

Unit cu in per lb Default 250 Range At least 0
Freight Line Items
About this input

One row per commodity in the shipment: its description and any per-line detail. Use it to itemise a mixed load.

Default 5 rows
ColumnRange or allowed values
Description Not declared
Amount At least 0
Height
About this input

The height of one piece, in inches. Used with width and length to compute the shipment's cube.

Unit in Default 48 Range At least 0
Fuel Surcharge
About this input

The fuel surcharge, in percent, added to the net line-haul charge.

Unit % Default 32 Range At least 0

Outputs

Minimum Charge Applies
About this output

Whether the minimum charge floor is higher than the computed charge and therefore governs. Reads yes for very small shipments.

Unit yes/no
Model Status
About this output

The overall check on your entries, shown above the results. It reads OK when the inputs are usable, NOT VALID with a reason when an entry makes the model meaningless, or CHECK with a reason when a result is valid but worth a second look. Read it before you trust the numbers below.

No unit declared
Fuel Surcharge Result
About this output

The fuel surcharge amount, in dollars: the surcharge percent applied to the net line haul.

Unit currency
Hundredweight Billed
About this output

The billable weight expressed in hundred-pound units, in hundredweight, which the rate per hundredweight is multiplied by.

Unit cwt
Net Line Haul
About this output

The base line-haul charge after the discount but before fuel surcharge, in dollars.

Unit currency
Total Cubic Feet
About this output

The total volume of the shipment, in cubic feet, from the piece dimensions and count.

Unit ft3
Total Weight
About this output

The actual weight of the whole shipment, in pounds: weight per piece times the number of pieces.

Unit lb
Suggested Class
About this output

The freight class suggested from the shipment density, using an illustrative density-to-class table. Confirm the class from the governing tariff, since commodity and handling can override density.

Unit class
Total Cost
About this output

The all-in cost of the shipment, in dollars: freight charge plus accessorials.

Unit currency
Cost Per Cubic Foot
About this output

The total cost divided by the shipment volume, in dollars per cubic foot.

Unit currency
Cost Per Piece
About this output

The total cost divided by the number of pieces, in dollars per piece.

Unit currency
Accessorial Total
About this output

The total of accessorial and surcharge amounts on the shipment, in dollars, added to the freight charge.

Unit currency
Billable Weight
About this output

The weight the charge is calculated on, in pounds: the greater of actual weight and dimensional weight.

Unit lb
Cost Per Pound
About this output

The total cost divided by actual weight, in dollars per pound, a unit-rate check across shipments.

Unit currency
Dimensional Weight Governs
About this output

Whether the dimensional weight is the larger of the two and therefore sets the billable weight. Reads yes for light bulky freight.

Unit yes/no
Freight Charge
About this output

The transportation charge, in dollars: net line haul plus fuel surcharge, raised to the minimum charge if that is higher.

Unit currency
Density
About this output

The shipment's weight divided by its volume, in pounds per cubic foot. Density drives the freight class: a denser shipment falls into a lower, cheaper class.

Unit lb/ft3
Dimensional Weight
About this output

The weight the carrier assigns based on volume, in pounds: cubic inches divided by the dimensional divisor. Light bulky freight is billed on this rather than its actual weight.

Unit lb

What it is

The Freight Cost Calculator estimates what a less-than-truckload shipment will cost. You enter the piece count, dimensions and weight, the rate and discount you have been quoted, the fuel surcharge, and any accessorial charges, and it works out the billable weight, the freight class the density suggests, and the all-in cost broken down per pound, per piece and per cubic foot.

The central question it answers is which weight you will actually be billed for: the shipment's real weight, or the weight the carrier assigns to the space it occupies.

Dimensions are in inches, weights in pounds, and costs in your currency.

Use it to check a quote or estimate a shipment. The freight class it suggests is from density alone, which is not how classification actually works.

Methodology

Purpose and model boundary

This model builds a less-than-truckload-style freight estimate from shipment geometry, actual and dimensional weight, a user-entered hundredweight rate, discount, fuel surcharge, minimum charge, and up to five additional line-item amounts. It also reports density and an illustrative density-based class suggestion.

It is not a carrier tariff, quote, bill of lading, or authoritative freight classification. The user supplies the commercial rate and carrier-specific dimensional divisor.

Inputs and units

Input Meaning and unit
Pieces, N Number of identical pallets or handling units.
Weight per piece, w Pounds per piece.
Length, width, height Inches per piece.
Dimensional divisor, d Cubic inches per pound.
Rate, R Currency per hundredweight.
Discount, u Percent reduction from line haul.
Fuel surcharge, f Percent of discounted line haul.
Minimum charge, M Currency floor before additional items.
Freight line items Up to five description-and-amount rows; blank rows may appear anywhere and amounts are nonnegative.

Governing relationships

The workbook uses 1,728 cubic inches per cubic foot and 100 pounds per hundredweight:

Actual weight = N × w

Cube per piece = length × width × height / 1728

Total cube = N × cube per piece

Density = actual weight / total cube

Dimensional weight per piece = length × width × height / d

Total dimensional weight = N × dimensional weight per piece

Billable weight = max(actual weight, total dimensional weight)

Hundredweight billed = billable weight / 100

Gross line haul = hundredweight billed × R

Net line haul = gross line haul × (1 - u / 100)

Fuel surcharge amount = net line haul × f / 100

Freight charge = max(net line haul + fuel surcharge amount, M)

Total cost = freight charge + sum(line-item amounts)

Cost per pound, piece, and cubic foot divide total cost by actual shipment weight, number of pieces, and total cube respectively.

Calculation sequence

  1. Multiply the identical-piece inputs into total actual weight and total cube.
  2. Calculate density and use an approximate-match lookup against the workbook's editable illustrative density bands to suggest a class.
  3. Calculate dimensional weight and select the larger of dimensional and actual weight.
  4. Convert billable pounds to hundredweight, apply the entered rate and discount, and add the fuel surcharge.
  5. Apply the minimum charge before adding the five line-item amounts.
  6. Calculate unit-cost measures and evaluate Model_Status.

Outputs and interpretation

Total_Cost is the complete estimate including the fixed line-item grid. Freight_Charge is the minimum-constrained line-haul and fuel amount before those extras. Dimensional_Weight_Governs and Minimum_Charge_Applies explain why a lighter shipment may not lower the estimate. Suggested_Class is only a density guide; actual classification can depend on commodity, handling, stowability, liability, and carrier rules.

Validation and status logic

Condition Returned status
Total actual weight is less than or equal to zero NOT VALID: total weight must be greater than zero
Total cube is less than or equal to zero NOT VALID: dimensions must all be greater than zero
Entered dimensional divisor is less than or equal to zero NOT VALID: dimensional divisor must be greater than zero
The computed charge is below the minimum charge CHECK: the minimum charge applies, so reducing weight will not reduce cost
Dimensional weight is greater than actual weight CHECK: dimensional weight governs, so the shipment is billed on volume rather than weight
None of the preceding conditions applies OK

The minimum-charge warning takes precedence when both minimum charge and dimensional weight apply.

Assumptions and limitations

  • Every piece is assumed to have the same dimensions and weight.
  • The calculation uses continuous billable weight and hundredweight; it does not reproduce a carrier's rounding, deficit-rating, lane, zone, pallet, mode, or minimum-density rules.
  • The entered rate, discount, surcharge, divisor, and minimum charge must come from the applicable carrier or agreement. No tariff is embedded.
  • The density-to-class table is illustrative and is not an NMFC or other licensed classification publication.
  • Accessorial descriptions and amounts are user-authored. The workbook does not validate whether a fee is taxable, duplicated, already included, or denominated in another currency.
  • Taxes, distance, transit time, insurance, liability, currency conversion, and service commitments are outside the model unless the user includes them consistently in the supplied amounts.

Restrictions and non-computing states

This calculator requires at least one piece, rejects negative scalar inputs and line-item amounts, and limits discount to 0 through 100 percent. The line-item grid has five editable rows; blank descriptions and rows are allowed, but the page cannot add a sixth charge. The workbook cannot compute a physical or billing basis when total actual weight, total cube, or the dimensional divisor is nonpositive and returns the corresponding NOT VALID status. The density bands and suggested-class mapping are fixed illustrative workbook data on this page.

Errors and warnings

This calculator can refuse out-of-range scalar or grid values before the workbook runs. NOT VALID means the physical shipment basis cannot be computed. CHECK means a cost was computed but either a billing floor or dimensional weight controls the estimate. A service or connection error is not a pricing or classification result.

References

The workbook derives its relations rather than reproducing any table, chart or figure from a tariff or classification publication. The density-to-class mapping is illustrative and is not the NMFC.

The NMFC is a licensed publication and none of it is reproduced here. Your actual class, rate, discount, divisor and accessorial schedule come from your carrier agreement. No trademark or organisation name appearing in this tool implies endorsement by its owner.

Additional source notes migrated from Methodology

The physical calculations use standard inch-to-cubic-foot and dimensional-weight relationships. The delivered reviewer packet cites Freightos freight resources for comparison, while explicitly requiring the user-entered commercial rate and warning that the density class is only a guide.

Frequently asked questions

Why am I billed for more than my shipment weighs?
Because carriers sell trailer space as well as lifting capacity. Dimensional weight converts your shipment's volume into a weight using the carrier's divisor, and you are billed on whichever is greater. In the shipped example 1,200 pounds of freight occupying 213 cubic feet gets a dimensional weight of 1,474.56 pounds, so the bill is about 23 percent higher than the actual weight would give. Shipping air is not free.
What does the dimensional divisor do, and why does it matter?
It converts cubic inches to pounds: a lower divisor produces a higher dimensional weight for exactly the same box. If a carrier moves your divisor from 250 to 200, the same shipment's dimensional weight rises by 25 percent and so does the line haul on any shipment where dimensional weight governs. It is a rate increase that does not appear in the rate, and it is worth checking at every contract renewal.
Is the suggested freight class the class I will be billed?
Not necessarily, and you should not plan on it. This tool maps density to a class band and nothing else. The National Motor Freight Classification assigns class on four characteristics (density, stowability, handling and liability), so a commodity that is fragile, hazardous, high value, or awkward to stack can classify well above its density. Use the suggestion to start the conversation with your carrier, and confirm the real class before you quote a customer.
Why is the fuel surcharge applied before the accessorials?
Because it is a percentage of the line haul, which is the transportation component. It is calculated on the net line haul after your discount, so a deeper discount reduces the surcharge along with it. Accessorials are separate charges for separate services and the surcharge does not apply to them. That ordering is conventional and it means the surcharge percentage overstates its effect on the total bill.
When does the minimum charge matter?
On small shipments, where it frequently sets the price outright regardless of what the weight-based calculation gives. It is a floor rather than an addition: the freight charge is raised to it, not increased by it. The tool reports whether it applied, which is the thing to check when a small shipment costs more than the arithmetic suggests it should.
Why is my bill higher than this estimate?
The most common answer is accessorials nobody counted. Liftgate, residential delivery, inside delivery, limited access, appointment scheduling, redelivery and detention are all billed after the fact, and in the shipped example accessorials are already nearly two fifths of the total. The second most common answer is re-classification or re-weighing after the carrier inspects the shipment, which this tool cannot predict at all.
This page is provided by LogicCommons for informational purposes only. Results are analysis outputs computed from the inputs you supply and are not engineering advice, a design, or a substitute for review by a licensed professional under the codes adopted where the work is built. Verify all inputs and results independently.

LogicCommons is in beta. If a result, label, or reference looks wrong, tell us here; we read every message.