Calculator overview
Inputs and outputs
This summary comes from the calculator's published input and output contract.
Inputs
- Pieces
-
Unit pallets Default 4 Range At least 1
About this input
The number of handling units in the shipment, in pallets or pieces. It scales the total weight and cube.
- Minimum Charge
-
Unit currency Default 145 Range At least 0
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.
- Rate Per Hundredweight
-
Unit currency Default 28.5 Range At least 0
About this input
The base freight rate per hundred pounds, in dollars per hundredweight. The class and lane usually set this figure.
- Width
-
Unit in Default 40 Range At least 0
About this input
The width of one piece, in inches.
- Weight Per Piece
-
Unit lb Default 300 Range At least 0
About this input
The actual weight of one piece, in pounds.
- Length
-
Unit in Default 48 Range At least 0
About this input
The length of one piece, in inches.
- Discount
-
Unit % Default 0 Range 0 to 100
About this input
The carrier discount off the base rate, in percent, applied to the line-haul charge before fuel surcharge.
- Dimensional Divisor
-
Unit cu in per lb Default 250 Range At least 0
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.
- Freight Line Items
-
Default 5 rows
About this input
One row per commodity in the shipment: its description and any per-line detail. Use it to itemise a mixed load.
Column Range or allowed values Description Not declared Amount At least 0 - Height
-
Unit in Default 48 Range At least 0
About this input
The height of one piece, in inches. Used with width and length to compute the shipment's cube.
- Fuel Surcharge
-
Unit % Default 32 Range At least 0
About this input
The fuel surcharge, in percent, added to the net line-haul charge.
Outputs
- Minimum Charge Applies
-
Unit yes/no
About this output
Whether the minimum charge floor is higher than the computed charge and therefore governs. Reads yes for very small shipments.
- Model Status
-
No unit declared
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.
- Fuel Surcharge Result
-
Unit currency
About this output
The fuel surcharge amount, in dollars: the surcharge percent applied to the net line haul.
- Hundredweight Billed
-
Unit cwt
About this output
The billable weight expressed in hundred-pound units, in hundredweight, which the rate per hundredweight is multiplied by.
- Net Line Haul
-
Unit currency
About this output
The base line-haul charge after the discount but before fuel surcharge, in dollars.
- Total Cubic Feet
-
Unit ft3
About this output
The total volume of the shipment, in cubic feet, from the piece dimensions and count.
- Total Weight
-
Unit lb
About this output
The actual weight of the whole shipment, in pounds: weight per piece times the number of pieces.
- Suggested Class
-
Unit 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.
- Total Cost
-
Unit currency
About this output
The all-in cost of the shipment, in dollars: freight charge plus accessorials.
- Cost Per Cubic Foot
-
Unit currency
About this output
The total cost divided by the shipment volume, in dollars per cubic foot.
- Cost Per Piece
-
Unit currency
About this output
The total cost divided by the number of pieces, in dollars per piece.
- Accessorial Total
-
Unit currency
About this output
The total of accessorial and surcharge amounts on the shipment, in dollars, added to the freight charge.
- Billable Weight
-
Unit lb
About this output
The weight the charge is calculated on, in pounds: the greater of actual weight and dimensional weight.
- Cost Per Pound
-
Unit currency
About this output
The total cost divided by actual weight, in dollars per pound, a unit-rate check across shipments.
- Dimensional Weight Governs
-
Unit yes/no
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.
- Freight Charge
-
Unit currency
About this output
The transportation charge, in dollars: net line haul plus fuel surcharge, raised to the minimum charge if that is higher.
- Density
-
Unit lb/ft3
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.
- Dimensional Weight
-
Unit lb
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.
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
- Multiply the identical-piece inputs into total actual weight and total cube.
- Calculate density and use an approximate-match lookup against the workbook's editable illustrative density bands to suggest a class.
- Calculate dimensional weight and select the larger of dimensional and actual weight.
- Convert billable pounds to hundredweight, apply the entered rate and discount, and add the fuel surcharge.
- Apply the minimum charge before adding the five line-item amounts.
- 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.
- National Motor Freight Traffic Association. Classification, the governing system for LTL freight class in the United States. https://nmfta.org/standards/classification/
- NMFTA. What is a freight class?, confirming that classification considers density, stowability, handling and liability, not density alone. https://help.nmfta.org/hc/en-us/articles/38930897853851-Classification-FAQ-What-is-a-freight-class
- NMFTA. How is the density of a handling unit calculated? https://help.nmfta.org/hc/en-us/articles/38932065434011-How-is-the-density-of-a-handling-unit-calculated
- UPS. Chargeable and volumetric weight calculator, a carrier comparator for the billable-weight concept. https://www.ups.com/us/en/supplychain/freight/chargeable-and-volumetric-weight-calculator
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?
What does the dimensional divisor do, and why does it matter?
Is the suggested freight class the class I will be billed?
Why is the fuel surcharge applied before the accessorials?
When does the minimum charge matter?
Why is my bill higher than this estimate?
Found a problem, or have an idea?
Tell us if a result looks wrong, a label is unclear, or something is missing. We read every message.
LogicCommons is in beta. If a result, label, or reference looks wrong, tell us here; we read every message.