Logistics calculators

Transit Time Calculator

Updated Sep 7, 2026 By Jehan Wadia
Rate Formulas

Known: origin, destination and pickup date. Solved: estimated delivery date and business days in transit for each service tier.

Shipping Lanes (up to 4)
Line-Haul Assumptions & Display Units
Average distance covered per business day on standard LTL service.
Team-driver / expedited pace. Must be at least the standard rate.
All distances in the results are converted to this unit.

Introduction

The Transit Time Calculator tells you how long a freight shipment will take. Type in where the load starts, where it ends, and a date. The tool then shows your delivery date and how many days the trip will take.

You can work it two ways. Pick Transit Time if you know the pickup date and want to know when the freight lands. Pick Deliver By if you know the due date and want to know the last day you can ship it out.

The calculator works for the United States, Canada, and Mexico. It skips weekends and holidays, since trucks and docks are closed on those days. It also adds a day for cross-border loads that must clear customs.

Each result gives you two service levels: standard LTL and time-critical (guaranteed) service. You also see the miles, the nearest freight terminals, and a step-by-step look at the math. You can compare up to four lanes at once and print the results for your files.

How to use our Transit Time Calculator

Enter where your freight starts, where it ends, and one date. The calculator gives you the estimated delivery date, the latest pickup date, transit days for standard and time-critical service, and the terminal that serves each stop.

Transit Time or Deliver By tab: Pick "Transit Time" if you know the pickup date and want the delivery date. Pick "Deliver By" if you know the delivery deadline and want the latest pickup date.

Origin Country: Choose United States, Canada, or Mexico for the pickup location.

Origin ZIP / Postal Code: Type the pickup ZIP or postal code. Use 5 digits for the US and Mexico, or A1A 1A1 for Canada. This code beats the city and state if both are filled in.

Origin City: Start typing the pickup city and pick it from the list. You can skip this if you gave a ZIP code.

Origin State / Province: Select the state or province for the pickup city. This is required if you did not enter a ZIP code.

Destination Country: Choose the country where the freight is going. If it is different from the origin, one extra day is added for customs.

Destination ZIP / Postal Code: Type the delivery ZIP or postal code in the same format as the origin.

Destination City: Type the delivery city and pick it from the drop-down list.

Destination State / Province: Select the state or province for the delivery city.

Pickup Date or Required Delivery Date: Type the date as MM/DD/YYYY, use the calendar button, or use the quick pick list of the next 30 days. If you choose a weekend or holiday, the tool shifts to the closest business day and tells you.

Add Lane: Click this to compare up to 4 shipping lanes at once. Use the "same origin", "same destination", and "same date" buttons to copy Lane 1 to the other lanes.

Standard Service Line-Haul Rate: Enter how far a standard LTL truck travels in one business day, then pick miles or kilometers per day. The default is 500 mi/day.

Time-Critical Line-Haul Rate: Enter the daily distance for expedited or team-driver service. It must be the same as or higher than the standard rate. The default is 800 mi/day.

Distance Display Unit: Choose miles, kilometers, or nautical miles for the distances shown in your results.

Calculate: Click Calculate to see the transit days, dates, timeline, terminal info, chart, and step-by-step math. Use the Business days switch to flip results to calendar days, Print Results to save a copy, and Reset to start over.

What Is Freight Transit Time?

Transit time is how long a shipment takes to move from the pickup spot to the delivery spot. In trucking, it is counted in business days, not hours. Day 1 starts the first business day after the carrier picks up the freight. Weekends and holidays are not counted, so a 3-day shipment picked up on Friday often lands on Wednesday.

Business Days vs. Calendar Days

Carriers publish transit in business days because docks and terminals are closed on Saturdays, Sundays, and public holidays. Calendar days count every day on the wall calendar. A load with 4 business days in transit can sit for 6 calendar days if a weekend or a holiday like Thanksgiving or Christmas falls in the middle. Always ask which one a quote uses before you promise a date to a customer.

What Changes a Shipping Transit Time

  • Distance: Trucks drive roads, not straight lines. Real road miles run about 15% to 20% longer than the map distance between two points.
  • Line-haul pace: A single driver covers roughly 450 to 550 miles per day under hours-of-service rules. Team drivers or expedited service can push 800 to 1,000 miles per day.
  • Terminal handling: LTL freight moves through hubs. Each stop for sorting and loading adds time. Direct lanes are faster than interline lanes that pass to a partner carrier.
  • Border crossings: Freight moving between the U.S., Canada, and Mexico needs customs paperwork and duty clearance. Plan on at least one extra business day.
  • Pickup cut-off: If the driver arrives after the dock cut-off, the clock starts the next business day.
  • Weather and volume: Snow, storms, and peak season (fall through December) slow lanes down.

Standard vs. Guaranteed Service

Standard service gives an estimate. The carrier tries to hit the date but owes you nothing if it slips, so plan for a range instead of one day. Guaranteed or time-critical service costs more, moves faster, and the carrier refunds part or all of the freight charge if it misses the promised day. Use guaranteed service for line-down parts, job-site deliveries, and hard customer deadlines.

Working Backward From a Deadline

If your load must arrive on a set date, count business days backward from that date to find the last day you can tender the freight. Add a buffer day or two for standard service. Booking your pickup at the very last possible day leaves no room for a missed dock appointment or a snow delay.

Why Accurate Transit Estimates Matter

Good transit estimates keep inventory moving by tightening the order-to-delivery lead time, cut storage and detention fees, and stop you from paying for expedited freight you did not need. They also help you set honest delivery windows for customers, which builds trust and cuts down on service calls.


Formulas used

Great-circle distance between origin and destination (haversine)
d_{gc}=2R\arcsin\left(\sqrt{\sin^2\left(\frac{\varphi_2-\varphi_1}{2}\right)+\cos\varphi_1\cos\varphi_2\sin^2\left(\frac{\lambda_2-\lambda_1}{2}\right)}\right),\quad R=6{,}371{,}000\ \text{m}
Routed highway distance (circuity factor)
d_{road}=1.18\times d_{gc}
Standard service transit time in business days
n_{std}=\left\lceil\frac{d_{road}}{v_{std}}\right\rceil+1+\begin{cases}1 & \text{cross-border}\\ 0 & \text{domestic}\end{cases}
Time-critical (guaranteed) transit time in business days
n_{gtd}=\min\left(n_{std},\ \max\left(1,\ \left\lceil\frac{d_{road}}{v_{gtd}}\right\rceil+\begin{cases}1 & \text{cross-border}\\ 0 & \text{domestic}\end{cases}\right)\right)
Upper bound of the standard transit range
n_{std}^{high}=n_{std}+\begin{cases}2 & d_{road}>1{,}609{,}344\ \text{m}\\ 1 & \text{otherwise}\end{cases}
Delivery date (Transit Time mode) / latest pickup date (Deliver By mode)
D_{del}=\mathrm{addBiz}(D_{pick},\,n)\qquad D_{pick}=\mathrm{subBiz}(D_{del},\,n)
Calendar-day equivalent of the transit window
\Delta_{cal}=\frac{D_{del}-D_{pick}}{86{,}400{,}000\ \text{ms}}
Unit conversion of distance and line-haul rate
x_{unit}=\frac{x_{SI}}{k_{unit}},\quad k_{mi}=1609.344,\ k_{km}=1000,\ k_{nmi}=1852

Frequently asked questions

How many miles can a semi truck drive in one day?

A single driver is limited to 11 hours of driving in a 14-hour work window. That works out to about 500 to 600 highway miles, but LTL trucks average closer to 450 to 550 miles once you count fuel stops, traffic, and dock time.

Team drivers swap seats so the truck keeps rolling. A team can cover 800 to 1,000 miles per day, which is why expedited freight moves so much faster.

Does the pickup day count as day one of transit?

No. The pickup day is day zero. Day 1 is the next business day after the carrier loads the freight.

So a 3-day shipment picked up Monday delivers Thursday. The same shipment picked up Friday delivers Wednesday, because Saturday and Sunday are not counted.

How do you calculate freight transit time by hand?

Use four steps:

  1. Take the map distance between the two points and add about 18% to get real road miles.
  2. Divide road miles by the daily pace (500 mi/day is standard) and round up.
  3. Add 1 day for terminal sorting, plus 1 more day if it crosses a border.
  4. Count that many business days forward from pickup, skipping weekends and holidays.

Example: 800 map miles → 944 road miles ÷ 500 = 2 days, +1 handling = 3 business days.

How much longer are truck miles than straight-line miles?

Roughly 15% to 20% longer. Planners call this the circuity factor, and 1.18 is a common number to use.

Roads bend around mountains, lakes, and cities, so a 1,000-mile map line is usually about 1,180 driving miles. Skipping this step makes every transit estimate too short.

How long does it take to ship LTL freight across the country?

Typical standard LTL transit in the U.S.:

  • Under 500 miles: 1 to 2 business days
  • 500 to 1,000 miles: 2 to 3 business days
  • 1,000 to 1,800 miles: 3 to 5 business days
  • Coast to coast (2,500+ miles): 5 to 7 business days

Add 1 to 2 days for rural pickups, interline lanes, or peak season.

Do freight carriers deliver on weekends?

Usually not. Most LTL terminals and shipping docks are closed Saturday and Sunday, so freight sits until Monday.

Weekend or after-hours delivery is possible, but you must book it ahead as a special service and pay an extra fee.

What holidays do freight carriers close for?

In the U.S., most carriers close on New Year's Day, Memorial Day, Juneteenth, Independence Day, Labor Day, Thanksgiving, and Christmas. Many also close for MLK Day, Presidents' Day, and Veterans Day.

Canada adds Good Friday, Victoria Day, Canada Day, and Boxing Day. Mexico adds Constitution Day, Benito Juárez Day, and Independence Day on September 16.

Each holiday pushes your delivery date one more day out.

How long does customs clearance take for freight going to Canada or Mexico?

If the paperwork is filed early and correct, clearance often takes only a few hours at the border. Still, plan on one extra business day in your transit estimate.

Missing a commercial invoice, a wrong HS code, or a duty payment problem can hold a trailer for days. Send documents to the broker before the truck reaches the border.

What is a freight pickup cut-off time?

It is the latest time a terminal will accept freight and still start the transit clock that day. Most cut-offs land between 3:00 and 5:00 PM local time.

If the driver loads after cut-off, the shipment is logged the next business day and your whole delivery date shifts one day later.

What does interline freight mean and does it take longer?

Interline means your carrier does not serve the delivery area, so it hands the freight to a partner carrier to finish the trip.

Yes, it takes longer. Expect 1 to 3 extra days for the transfer, plus tracking gets harder because two companies have the load. Ask if a lane is direct before you quote a date.

Why is delivery to a rural ZIP code slower?

Rural stops sit in an extended service area, far from the nearest terminal. Carriers often run those routes only 2 or 3 days a week instead of daily.

If your freight lands at the terminal the day after the route runs, it waits for the next run. That can add 2 to 4 days plus a beyond-delivery fee.

Does a guaranteed delivery really get refunded if it is late?

Yes, if the delay is the carrier's fault. Most carriers refund part or all of the freight charge, not the value of your goods or your lost sales.

Guarantees usually do not cover snow, floods, road closures, bad paperwork, or a consignee that will not take the freight. Read the exclusions before you rely on one.

How much faster is expedited freight than standard LTL?

Expedited usually cuts transit by 30% to 50%. It skips terminal sorting and often uses team drivers at 800+ miles a day.

A 5-day standard run of 2,400 miles can move in 3 days expedited. The trade-off is cost, which is often 2 to 4 times a standard LTL rate.

How far back should I book a pickup to hit a delivery deadline?

Count the transit days backward from the due date in business days, then add a 1 to 2 day buffer for standard service.

Example: a 4-day shipment due Friday needs a Monday pickup, so tender it the Thursday or Friday before. Booking the last possible day leaves no room for a missed dock appointment or a storm.