— Select Country —
India
Pakistan
Sri Lanka
Nepal
Bhutan
Maldives
Saudi Arabia
UAE (Dubai)
Qatar
Malaysia
Singapore
China
Japan
Thailand
United Kingdom (UK)
Germany
France
Italy
Spain
Netherlands
United States (USA)
Canada
Australia
New Zealand
Brazil
Document
Merchandise (Goods)
Base Rate (First 500g):0 BDT
Additional Weight Charge:0 BDT
VAT (15%):0 BDT
Total Estimated Cost:0 BDT
*Rates are estimates based on standard zoning. Actual rates at the counter may vary slightly due to fuel surcharges or policy updates.
function calculateEMSRate() {
var zone = document.getElementById('destCountry').value;
var weightInput = document.getElementById('weightVal').value;
var type = document.getElementById('itemType').value;
var resultBox = document.getElementById('resultBox');
var errorMsg = document.getElementById('errorMsg');
// Validation
if (zone === "0") {
alert("Please select a destination country.");
return;
}
if (!weightInput || weightInput 500) {
additionalSteps = (chargeableWeight – 500) / 500;
}
var additionalCost = additionalSteps * stepRate;
var subTotal = baseRate + additionalCost;
var vat = subTotal * 0.15; // 15% VAT
var total = subTotal + vat;
// Display Results
document.getElementById('baseCost').innerHTML = baseRate.toFixed(2) + " BDT";
document.getElementById('addCost').innerHTML = additionalCost.toFixed(2) + " BDT";
document.getElementById('vatCost').innerHTML = vat.toFixed(2) + " BDT";
document.getElementById('totalCost').innerHTML = Math.round(total) + " BDT";
resultBox.style.display = 'block';
}
How to Use the Bangladesh Post Office EMS Rate Calculator
Sending parcels or documents internationally from Bangladesh requires understanding the rate structure of the Express Mail Service (EMS). While the official Bangladesh Post Office EMS Rate Calculator PDF provides comprehensive charts, this digital tool simplifies the process by allowing you to instantly estimate your shipping costs based on the current zoning logic.
Understanding the Inputs
Destination Country: Select the country where you are sending the package. Rates are categorized by zones (e.g., SAARC countries like India have lower rates compared to Zone D countries like the USA).
Item Type: Choose between "Document" and "Merchandise". Documents generally have a slightly lower base rate than merchandise parcels due to easier customs clearance procedures.
Weight (Grams): Enter the total weight of your package in grams. EMS rates are typically calculated in 500-gram increments. For example, a 600g package is charged at the 1kg (1000g) rate.
How the Calculation Works
The calculation logic mimics the official Bangladesh Post Office structure:
Base Rate: There is a fixed charge for the first 500 grams depending on the destination zone.
Step Rate: For every additional 500 grams (or fraction thereof), an additional fee is added.
VAT: A standard 15% VAT is applied to the subtotal to comply with Bangladesh government tax regulations.
Important Guidelines for EMS
Maximum Weight: Most EMS destinations accept packages up to 20kg, though some countries allow up to 30kg.
Dimensions: The length of the package usually should not exceed 1.5 meters, and the length + girth should not exceed 3 meters.
Prohibited Items: Do not attempt to ship currency, perishable foods, liquids, jewelry, or dangerous goods (batteries, flammable items).
Note: This calculator provides an estimate based on standard zonal rates. For the absolute final price, including potential insurance or fuel surcharges, please visit your nearest General Post Office (GPO) in Dhaka or your local district head post office.