Israel Post Postage & Parcel Estimator

JJ Ben-Joseph headshot JJ Ben-Joseph

How this Israel Post postage estimator works

This tool helps you estimate Israel Post letter and parcel postage when you already have the latest official price table. Instead of hardcoding any ₪ values, the calculator focuses on the weight-band math: it converts your shipment weight in grams to kilograms, checks whether it fits within a base band, and then adds extra steps when the weight goes above that base band.

You can use this structure for many common Israel Post services where the price depends mainly on total weight (for example, standard letters, small parcels, and some international services). Because tariffs change frequently and vary by destination and service type, you remain in control of all price inputs.

Inputs and definitions

  • Weight (grams) – the actual or billable weight of your shipment, in grams. Enter what Israel Post will charge you for; if they use volumetric weight for parcels, enter that value instead of the physical weight.
  • Base band weight (kg) – the maximum weight covered by the first (base) price tier in your Israel Post price table, in kilograms. Example: if the first row is “up to 50 g”, enter 0.05 kg.
  • Base price for base band (₪) – the price Israel Post charges for any shipment up to and including the base band weight.
  • Additional step size (kg) – how much extra weight is covered by each additional band above the base band. For example, if the table has 50 g increments (50–100 g, 100–150 g, etc.), enter 0.05 kg.
  • Price per additional step (₪) – how much more you pay for each additional step when the shipment exceeds the base band. If each extra 50 g adds ₪1.50, enter 1.50.

Calculation formula

The calculator converts grams to kilograms and then uses a band-and-step structure. In simplified form:

If w is the parcel weight in kilograms, B is the base band weight, P is the base price, S is the additional step size, and C is the price per additional step, then:

w= weightInGrams 1000 steps= ceil ( w-B S ) price= P+ steps×C

When the weight is less than or equal to the base band, the result is simply the base price. When it is above the base band, the tool rounds up the number of additional steps so that any fraction of a step is charged as a full step, similar to how postal price tables work.

Worked example

Suppose you have a domestic letter with these values from the official price guide:

  • Base band weight: up to 50 g → 0.05 kg
  • Base price: ₪8.00
  • Each additional 50 g band adds: ₪1.50

You want to send a 180 g letter.

  1. Convert to kilograms: 180 g ÷ 1000 = 0.18 kg.
  2. Compare to base band: 0.18 kg is above 0.05 kg, so additional bands apply.
  3. Extra weight above base band: 0.18 − 0.05 = 0.13 kg.
  4. Each step is 0.05 kg, so raw steps = 0.13 ÷ 0.05 = 2.6. Postal systems do not charge partial steps, so this is rounded up to 3 full steps.
  5. Additional price: 3 × ₪1.50 = ₪4.50.
  6. Total estimated postage: ₪8.00 + ₪4.50 = ₪12.50.

In the calculator, you would enter 180 g, base band weight 0.05, base price 8.00, additional step size 0.05, and price per step 1.50 to obtain the same estimate.

How to use this estimator with Israel Post price tables

  1. Open the latest official Israel Post price guide for your specific service (domestic letters, parcels, international zones, and so on).
  2. Identify the first row of the relevant weight table (for example, “up to 50 g”) and copy its maximum weight and price into the base band weight and base price fields.
  3. Check that the table uses a constant increment (for example, every 50 g). If so, convert that increment to kilograms and enter it as the additional step size.
  4. Calculate how much the price increases between one row and the next. Use this difference as the price per additional step.
  5. Enter your shipment weight in grams and review the estimated total.

This workflow is especially useful for small businesses, online sellers, and marketplaces that need quick approximations for many shipments without manually checking the full tariff table every time.

Comparison: this estimator vs typical Israel Post tables

Aspect This estimator Typical Israel Post price tables
Pricing structure Single base band plus equal-sized additional steps Usually a base band and several bands that may have equal or uneven sizes
Rates and currencies You enter all ₪ amounts manually Official ₪ prices defined and updated by Israel Post
Destinations and zones No built-in zones; you handle each zone by entering its own rates Often split into domestic vs. international, and into several zones
Volumetric weight Supported only if you enter the volumetric weight yourself Some parcel services specify how to compute volumetric weight
Surcharges Not included automatically Registration, insurance, and special surcharges listed separately
Authority Unofficial tool for quick estimates Official, binding prices used at post offices and online systems

Interpreting your results

  • Treat the output as an estimate, not a final quote. The actual amount you pay may differ, especially when extra surcharges apply or when the official table uses more complex banding.
  • Use the result to budget shipping costs, compare services, or set approximate shipping fees in an online store.
  • If the estimate is very close to a price boundary in the official table, consider rounding up your internal budget to avoid undercharging.

Assumptions and limitations

This calculator is designed as a general helper for weight-based pricing. It does not attempt to reproduce every detail of Israel Post tariffs.

  • Official rates not included: you must copy all prices from the latest Israel Post publications. Rates can change without notice, and this tool does not fetch them automatically.
  • No service selection: the form does not distinguish between specific products (for example, registered mail vs. EMS). You should configure the fields separately for each service you use.
  • No automatic surcharges: registration, insurance, remote area fees, fuel surcharges, handling fees, and taxes are not included. Add them manually based on the official rules.
  • Uniform step size only: the model assumes all additional bands are the same size. If the real table changes increment size at higher weights, the estimate will only be an approximation.
  • Data entry accuracy: results are only as reliable as the values you enter. Always double-check the base band, increments, and prices against the official document.
  • Independence: this tool is independent and not affiliated with, endorsed by, or officially approved by Israel Post. For binding prices and conditions, always rely on Israel Post’s own website and systems.

What This Israel Calculator Solves

Israel Post (Doar Israel) handles most everyday mailing in Israel: letters, documents, small parcels, and international shipments. Pricing depends on service type, weight bands, and destination. Like other postal services, Israel Post updates prices periodically, and published tables differ for domestic mail, international standard mail, registered mail, EMS, and small‑packet products. A calculator that hard‑codes old shekel prices becomes misleading quickly.

This estimator keeps the stable part accurate: weight rounding and band arithmetic. You supply the current base price and per‑band increment from the Israel Post guide for your chosen service. The calculator then applies those values reliably and transparently.

Common Service Buckets

For a broad audience, Israel Post services can be grouped into:

This calculator does not choose the table for you; it lets you model any table using a base band and step size that match your guide.

Weight Band Rounding

Postal weight bands are “per part thereof.” If your letter is 52 g and a band ends at 50 g, you pay the next band. If your parcel is 2.1 kg and the band ends at 2 kg, you pay the next band. The correct arithmetic is a ceiling function.

Let w be your item’s weight in kilograms, b the base band weight, s the incremental step size, base price B, and price per step u. Then:

Steps = ceil(max(0, w − b) / s) Total Postage = B + Steps × u

Typical Retail Limits (Verify for Your Service)

Israel Post limits vary by product. As a rule of thumb:

The calculator does not enforce these as strict disqualifiers because the exact caps differ by service and destination. Use them as a sense‑check.

Worked Example (Domestic Registered Letter)

You are sending a 120 g registered letter within Israel. The current Israel Post table for registered letters (illustrative) says: base price for up to 100 g is ₪12.00, and each additional 50 g (or part) adds ₪2.50.

Convert weight: 120 g = 0.12 kg. Base band b = 0.10 kg. Extra weight = 0.02 kg. Step size s = 0.05 kg. Steps = ceil(0.02 / 0.05) = 1. Total postage = 12.00 + 1×2.50 = ₪14.50.

Worked Example (International Small Packet)

You ship a small packet weighing 1.35 kg. Your destination table uses base up to 1.0 kg at ₪78 and an additional 0.5 kg step at ₪18. Extra weight is 0.35 kg, which rounds up to one step, giving ₪96 total. If the packet weighed 1.51 kg, it would require two steps, giving ₪114.

Comparison Table: Matching Step Size to Your Guide

Guide Pattern Base Band Step Size
0–50 g, 51–100 g, 101–150 g… 0.05 kg 0.05 kg
0–100 g, then +25 g bands 0.10 kg 0.025 kg
0–1 kg, then +0.5 kg bands 1.0 kg 0.5 kg
0–2 kg, then +1 kg bands 2.0 kg 1.0 kg

Registered Mail and Add‑Ons

Israel Post offers optional add‑ons that change the cost calculation. Registered mail adds tracking and a proof‑of‑delivery chain; it is priced as a supplement to the underlying letter or small packet rate. Some services also allow insurance for valuables, “delivery confirmation,” or faster handling. Because those supplements are published as flat add‑ons or separate tables, this calculator does not attempt to guess them. If you want to include an add‑on, add its cost into your base price or step price fields, or run a second calculation for the supplement.

Domestic vs International Tables

Israel Post has distinct price guides for domestic mail and international mail. Domestic letters are often priced in narrower gram bands, while international mail commonly uses broader steps (for example 100 g or 250 g bands) and destination zones. Some products, such as “small packet” international services, have maximum weights around 2 kg, while parcel products can be higher. When using the calculator, make sure your base band and step size exactly match the bands printed in the specific guide you are using.

Customs and VAT Considerations

For international shipments, Israel Post may collect customs duties or VAT on the recipient’s side depending on destination rules. Those charges are not postage and are not included here. If you are shipping goods abroad, factor in the destination country’s de‑minimis threshold and any handling fees. The calculator is strictly for the postal fee shown in Israel Post’s price table.

Practical Tips for Reducing Cost

Because Israel Post pricing is banded, small changes can reduce cost:

Limitations and Assumptions

This tool is an arithmetic estimator. It assumes:

If you are unsure which guide to use, start with Israel Post’s online price calculator for your destination and copy the matching bands into this form.

Use the calculator to avoid band and rounding mistakes, and to compare “what‑if” weight scenarios before buying postage.

Weight
Rate Table Inputs

Copy these values from the latest Israel Post price guide for your service/destination.

Enter details to estimate Israel Post postage.

Embed this calculator

Copy and paste the HTML below to add the Israel Post Postage & Parcel Estimator | AgentCalc to your website.