The UK Import Duty & Customs Calculator estimates the full landed cost of bringing goods into the United Kingdom — not just the price you paid, but the duty, import VAT, and courier handling fees that arrive with the parcel. Import charges in the UK are layered in a specific order, and because VAT is charged on the duty too, the final bill is often higher than buyers expect. This tool applies the official sequence, including the £135 low-value consignment rule, so you can see the true cost before you buy.
How it works
The charges build up on the customs value, which is the goods price plus shipping and insurance (CIF):
customs_value = goods + shipping_insurance
duty = customs_value × duty_rate (0 if goods ≤ £135)
import_vat = (customs_value + duty) × 20%
landed_cost = customs_value + duty + import_vat + handling_fee
Note the order: VAT is charged on the duty-inclusive total, so you pay 20% on the duty as well. For consignments where the goods value is £135 or less, customs duty is waived (and VAT is usually collected by the seller at checkout instead of at the border).
Example
You buy goods for £500 with £40 shipping, at a 6% duty rate, with a £12 courier handling fee:
- Customs value
= £540. - Duty
= £540 × 6% = £32.40. - Import VAT
= (£540 + £32.40) × 20% = £114.48. - Landed cost
= £540 + £32.40 + £114.48 + £12 = £698.88.
Notes
Duty rates depend on your product’s commodity code and origin — find the exact rate in the UK Trade Tariff. Excise goods (alcohol, tobacco) carry additional duties not modelled here. This is an estimate; everything is calculated in your browser and nothing is uploaded.