<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Coordable (Articles sur logistics costs)</title><link>https://coordable.co/</link><description></description><atom:link href="https://coordable.co/fr/categories/logistics-costs.xml" rel="self" type="application/rss+xml"></atom:link><language>fr</language><copyright>Contents © 2026 &lt;a href="mailto:contact@coordable.co"&gt;Nikola Tesla&lt;/a&gt; </copyright><lastBuildDate>Tue, 28 Apr 2026 16:26:40 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Your routing engine is only as good as your coordinates</title><link>https://coordable.co/fr/blog/geocoding-routing-impact-france-2026/</link><dc:creator>Julien Crétin</dc:creator><description>&lt;p&gt;Route optimization gets most of the attention in last-mile logistics. The tooling has become genuinely sophisticated.&lt;/p&gt;
&lt;p&gt;The input data has not received the same scrutiny.&lt;/p&gt;
&lt;p&gt;A routing engine optimizes the problem it is given. When coordinates are off - resolved to the wrong street, the wrong side of a building, or a town center instead of a specific address - the engine is still mathematically correct. It just optimizes the wrong problem. We ran the numbers on what that costs: &lt;strong&gt;up to €18,966/month in avoidable driver time&lt;/strong&gt;, against €165 in geocoding API calls to avoid it.&lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/geocoding-routing-impact-france-2026/#the-setup"&gt;The setup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/geocoding-routing-impact-france-2026/#the-model"&gt;The model&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/geocoding-routing-impact-france-2026/#results"&gt;Results&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/geocoding-routing-impact-france-2026/#the-variance-problem-and-why-it-matters"&gt;The variance problem — and why it matters&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/geocoding-routing-impact-france-2026/#projection-45000-deliveries-per-month"&gt;Projection — 45,000 deliveries per month&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/geocoding-routing-impact-france-2026/#what-the-routing-engine-cannot-fix"&gt;What the routing engine cannot fix&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/geocoding-routing-impact-france-2026/#limitations"&gt;Limitations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/geocoding-routing-impact-france-2026/#want-to-fix-the-input-not-the-algorithm"&gt;Want to fix the input, not the algorithm?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/geocoding-routing-impact-france-2026/#methodology"&gt;Methodology&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/geocoding-routing-impact-france-2026/#note-on-geocoding-cost-estimates"&gt;Note on geocoding cost estimates&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h3 id="the-setup"&gt;The setup&lt;/h3&gt;
&lt;p&gt;We used the same 10,000 French addresses from our &lt;a href="https://coordable.co/blog/geocoding-ban-google-benchmark-france-2026/"&gt;geocoding benchmark&lt;/a&gt; (DPE database, stratified by density zone). For each address, we had two sets of coordinates: BAN results and Google results.&lt;/p&gt;
&lt;p&gt;Two categories matter here: degraded stops (low BAN score) and risky stops (degraded + gap &amp;gt; 100m). The second is the operational problem. The first is the signal that predicts it.&lt;/p&gt;
&lt;p&gt;Degraded addresses: BAN confidence score below 0.7. In our benchmark, 20–40% of these show a coordinate gap above 100 metres - the threshold above which a driver can no longer reliably locate the right building. The lower the score, the higher the proportion of large divergences.&lt;/p&gt;
&lt;p&gt;We ran the simulation on 10 routes per zone, using actual stop counts representative of each context. Each route was drawn from a geographically constrained pool - stops selected within a realistic radius around a random centroid, to reflect actual last-mile clustering rather than department-wide dispersion.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Zone&lt;/th&gt;
&lt;th&gt;Dept&lt;/th&gt;
&lt;th&gt;Radius&lt;/th&gt;
&lt;th&gt;Stops per route&lt;/th&gt;
&lt;th&gt;Degraded stops (avg)&lt;/th&gt;
&lt;th&gt;Risky stops (avg)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1 — Dense urban&lt;/td&gt;
&lt;td&gt;92&lt;/td&gt;
&lt;td&gt;8 km&lt;/td&gt;
&lt;td&gt;25&lt;/td&gt;
&lt;td&gt;24.6 (98%)&lt;/td&gt;
&lt;td&gt;4.1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2 — Peri-urban&lt;/td&gt;
&lt;td&gt;60&lt;/td&gt;
&lt;td&gt;15 km&lt;/td&gt;
&lt;td&gt;20&lt;/td&gt;
&lt;td&gt;10.1 (51%)&lt;/td&gt;
&lt;td&gt;2.8&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3 — Rural&lt;/td&gt;
&lt;td&gt;85&lt;/td&gt;
&lt;td&gt;20 km&lt;/td&gt;
&lt;td&gt;12&lt;/td&gt;
&lt;td&gt;7.0 (58%)&lt;/td&gt;
&lt;td&gt;4.8&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;
&lt;h3 id="the-model"&gt;The model&lt;/h3&gt;
&lt;p&gt;Route planning uses BAN coordinates throughout - this is the realistic scenario where an operator geocodes addresses once and builds routes on the result.&lt;/p&gt;
&lt;p&gt;When a driver arrives at a risky stop, two things happen. First, the coordinates are off by more than 100 metres: the driver spends time searching for the right building or entrance. We model this conservatively at 3 minutes per stop. Second, once the driver locates the actual address, they need to travel from the real position to the next stop in the planned sequence - a sequence that was built around the BAN coordinates, not the real ones.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This second cost is the one that is almost never accounted for. The routing engine planned a direct path from stop A to stop B. In reality, the driver leaves stop A, travels to the actual building, makes the delivery, then drives to stop B - from the wrong starting point. The detour compounds across every risky stop in the route.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;img alt="Routing detour — planned route (blue, 29 min / 7.3 km) vs actual route (orange, 48 min / 16.4 km) caused by a 1,542 m geocoding gap. Route 9, Stop 3, Seine-Saint-Denis." src="https://coordable.co/images/geocoding-routing-impact-france-2026/routing_detour_case_r9s3.png"&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Route 9, Stop 3 - Seine-Saint-Denis (93) - BAN score 0.587 - Gap BAN vs Google: 1,542 m - Map: Leaflet · © OpenStreetMap contributors · © CARTO.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;We computed this detour using road distances from OpenRouteService Directions API for each risky stop individually. Route planning used OpenRouteService Matrix API.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="results"&gt;Results&lt;/h3&gt;
&lt;p&gt;Before the numbers: the dense urban figure (+19.7 km) is higher than other contexts in our simulations. In dense urban areas, large geocoding errors tend to resolve to a different street or neighborhood entirely - likely failed deliveries rather than recoverable detours. The peri-urban and rural figures are more representative of typical detour costs.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Zone&lt;/th&gt;
&lt;th&gt;Risky stops (avg)&lt;/th&gt;
&lt;th&gt;Extra distance (median)&lt;/th&gt;
&lt;th&gt;Extra time (median)&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1 — Dense urban&lt;/td&gt;
&lt;td&gt;4.1&lt;/td&gt;
&lt;td&gt;+19.7 km&lt;/td&gt;
&lt;td&gt;+55.7 min&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2 — Peri-urban&lt;/td&gt;
&lt;td&gt;2.8&lt;/td&gt;
&lt;td&gt;+1.9 km&lt;/td&gt;
&lt;td&gt;+10.3 min&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3 — Rural&lt;/td&gt;
&lt;td&gt;4.8&lt;/td&gt;
&lt;td&gt;+3.8 km&lt;/td&gt;
&lt;td&gt;+29.1 min&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Zone&lt;/th&gt;
&lt;th&gt;Cost per route&lt;/th&gt;
&lt;th&gt;Google fallback cost&lt;/th&gt;
&lt;th&gt;ROI&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1 — Dense urban&lt;/td&gt;
&lt;td&gt;€15.61&lt;/td&gt;
&lt;td&gt;€0.12&lt;/td&gt;
&lt;td&gt;126x&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2 — Peri-urban&lt;/td&gt;
&lt;td&gt;€5.14&lt;/td&gt;
&lt;td&gt;€0.08&lt;/td&gt;
&lt;td&gt;65x&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3 — Rural&lt;/td&gt;
&lt;td&gt;€7.94&lt;/td&gt;
&lt;td&gt;€0.06&lt;/td&gt;
&lt;td&gt;138x&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;em&gt;Costs based on €17/h fully loaded driver cost (French CCN Transport 2025). Google fallback cost: €0.005/call applied to degraded stops only.&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;For every euro spent routing degraded addresses through a quality geocoder as fallback, between €65 and €138 in driver time is avoided.&lt;/strong&gt; The rural zone shows the highest ROI at 138x - a combination of high degradation rate (58% of stops) and the relative cost of re-routing in areas where roads are less redundant.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;A note on the dense urban zone.&lt;/strong&gt; The urban figures should be read as a combined effect of detours and likely failed deliveries - not detours alone. For the cost of those failures, see our &lt;a href="https://coordable.co/blog/cost-failed-delivery-urban-europe-2026/"&gt;urban&lt;/a&gt; and &lt;a href="https://coordable.co/blog/cost-failed-delivery-peri-urban-europe-2026/"&gt;peri-urban&lt;/a&gt; models.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="the-variance-problem-and-why-it-matters"&gt;The variance problem — and why it matters&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;Results vary significantly between routes in the same zone. A rural route with 7 risky stops generates +10.9 km of extra distance. Another with 0 risky stops generates nothing. This is not noise - it is the actual distribution.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The implication is that average-based cost estimates understate the tail risk. An operator running 100 routes per day will occasionally have routes that cost €20–25 in extra time due to coordinate errors alone.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Those routes are invisible in the planning system. They show up as driver delay, late deliveries, and overtime - attributed to traffic or difficulty, not to data quality.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h3 id="projection-45000-deliveries-per-month"&gt;Projection — 45,000 deliveries per month&lt;/h3&gt;
&lt;p&gt;Assuming a typical French last-mile operator with a mix of urban (40%), peri-urban (30%), and rural (20%) deliveries:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Zone&lt;/th&gt;
&lt;th&gt;Deliveries/month&lt;/th&gt;
&lt;th&gt;Degraded stops&lt;/th&gt;
&lt;th&gt;Extra km&lt;/th&gt;
&lt;th&gt;Extra time&lt;/th&gt;
&lt;th&gt;Cost of degradation&lt;/th&gt;
&lt;th&gt;Fallback cost&lt;/th&gt;
&lt;th&gt;Net saving&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1 — Dense urban&lt;/td&gt;
&lt;td&gt;20,000&lt;/td&gt;
&lt;td&gt;19,680&lt;/td&gt;
&lt;td&gt;15,526 km&lt;/td&gt;
&lt;td&gt;44,064 min&lt;/td&gt;
&lt;td&gt;€12,485&lt;/td&gt;
&lt;td&gt;€98&lt;/td&gt;
&lt;td&gt;€12,386&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2 — Peri-urban&lt;/td&gt;
&lt;td&gt;15,000&lt;/td&gt;
&lt;td&gt;7,575&lt;/td&gt;
&lt;td&gt;2,669 km&lt;/td&gt;
&lt;td&gt;13,598 min&lt;/td&gt;
&lt;td&gt;€3,853&lt;/td&gt;
&lt;td&gt;€38&lt;/td&gt;
&lt;td&gt;€3,815&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3 — Rural&lt;/td&gt;
&lt;td&gt;10,000&lt;/td&gt;
&lt;td&gt;5,833&lt;/td&gt;
&lt;td&gt;2,013 km&lt;/td&gt;
&lt;td&gt;9,275 min&lt;/td&gt;
&lt;td&gt;€2,628&lt;/td&gt;
&lt;td&gt;€29&lt;/td&gt;
&lt;td&gt;€2,599&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;45,000&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;33,088&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;20,208 km&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;66,937 min&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€18,966&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€165&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€18,800&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;For routing detours alone (peri-urban + rural): €6,481/month against €67 in fallback costs - a 97:1 ratio.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The urban figure (€12,485) includes large geocoding errors that likely result in failed deliveries rather than recoverable detours - bringing the total to €18,966. For the cost of those failures, see our &lt;a href="https://coordable.co/blog/cost-failed-delivery-urban-europe-2026/"&gt;urban&lt;/a&gt; and &lt;a href="https://coordable.co/blog/cost-failed-delivery-peri-urban-europe-2026/"&gt;peri-urban&lt;/a&gt; cost models.&lt;/p&gt;
&lt;p&gt;At scale, address quality is not a data engineering concern. It is a P&amp;amp;L line.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h3 id="what-the-routing-engine-cannot-fix"&gt;What the routing engine cannot fix&lt;/h3&gt;
&lt;p&gt;A routing engine optimizes the problem it is given. If the input coordinates are degraded, the optimization is degraded - and the optimizer has no way to know.&lt;/p&gt;
&lt;p&gt;No amount of algorithmic sophistication changes this. A state-of-the-art solver running on wrong coordinates produces a worse result than a simple nearest-neighbor heuristic running on correct ones. The quality of the output is bounded by the quality of the input.&lt;/p&gt;
&lt;p&gt;In French last-mile logistics, degraded geocoding costs approximately &lt;strong&gt;€0.60 per degraded stop&lt;/strong&gt; in extra driver time, against a fallback cost of €0.005. The ratio holds across all three geographic contexts tested.&lt;/p&gt;
&lt;p&gt;The fix is not a better routing engine. It is better coordinates going in.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="limitations"&gt;Limitations&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;3-minute search penalty is a floor, not an average.&lt;/strong&gt; The 3-minute search penalty per risky stop is deliberately conservative - the actual cost is likely higher in areas where buildings are not clearly numbered or GPS signal is unreliable.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Simulated routes, not observed ones.&lt;/strong&gt; Routes were generated by OR-Tools on real addresses, not drawn from actual carrier data. Real routes may have different stop density, time window constraints, and geographic clustering.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Deviations modeled in isolation.&lt;/strong&gt; In practice, a driver who arrives at the wrong location may also affect the next 2–3 stops through cascade delays - the same dynamic documented in our &lt;a href="https://coordable.co/blog/cost-failed-delivery-urban-europe-2026/"&gt;failed delivery cost models&lt;/a&gt;. We modeled only the direct detour cost, not the downstream schedule disruption.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Google as the reference.&lt;/strong&gt; We use Google coordinates as the reference position for risky stops. Google can also be wrong - as documented in our benchmark, 0.76% of Google results were located outside France entirely. The model assumes Google is correct where BAN is degraded, which is an approximation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Deep rural zone excluded.&lt;/strong&gt; The deep rural zone showed insufficient risky stops per route to generate a reliable signal. The projection covers 45,000 of the assumed 50,000 monthly deliveries.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="want-to-fix-the-input-not-the-algorithm"&gt;Want to fix the input, not the algorithm?&lt;/h3&gt;
&lt;p&gt;If you're working on route optimization and want to understand where coordinate quality is limiting your results, we'd be happy to talk through your setup.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Coordable&lt;/strong&gt; builds multi-provider geocoding pipelines that automatically route degraded addresses through a quality fallback - so your routing engine gets the right coordinates from the start. &lt;a href="mailto:contact@coordable.co"&gt;Get in touch&lt;/a&gt; to run the numbers on your own operation.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h3 id="methodology"&gt;Methodology&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Dataset:&lt;/strong&gt; 10,000 French addresses from the ADEME DPE database (existing residential buildings, post-July 2021). Stratified sample across four INSEE density zones. Zones tested: Dept 92 (dense urban), Dept 60 (peri-urban), Dept 85 (rural).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Geographic constraint:&lt;/strong&gt; Each route drawn from addresses within a fixed radius of a randomly selected centroid - 8 km (urban), 15 km (peri-urban), 20 km (rural). Routes with geographic span exceeding 2× the radius were discarded.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Route simulation:&lt;/strong&gt; OR-Tools (Google) with PATH_CHEAPEST_ARC + GUIDED_LOCAL_SEARCH, 10-second time limit per route. Route planning distances from OpenRouteService Matrix API (driving-car profile). Depot set to centroid of each route's stops.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Degraded stops:&lt;/strong&gt; BAN confidence score &amp;lt; 0.7. Validated as predictive of significant coordinate divergence in benchmark analysis.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Risky stops:&lt;/strong&gt; Degraded stops where BAN↔Google Haversine distance ≥ 100m.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Deviation cost:&lt;/strong&gt; For each risky stop, extra distance = road_distance(BAN → Google) + road_distance(Google → next_BAN) − road_distance(BAN → next_BAN). Road distances from OpenRouteService Directions API. Fallback to Haversine × 1.3 when ORS unavailable. Time cost = extra travel time + 3 min on-site search per risky stop.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Driver cost:&lt;/strong&gt; €17/h fully loaded (French CCN Transport routier, 2025, including employer social charges at ~30%).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Google fallback cost:&lt;/strong&gt; €0.005/call (Google Geocoding API standard pricing), applied only to degraded stops.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Projection figures:&lt;/strong&gt; Based on medians. Extrapolated linearly from simulated routes.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="note-on-geocoding-cost-estimates"&gt;Note on geocoding cost estimates&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Geocoding pipeline cost&lt;/strong&gt; - Estimated using BAN (free, open source) as primary geocoder, with a premium provider (Google Geocoding API, ~€0.005/address) triggered only on addresses where BAN confidence score falls below 0.7 - roughly 15-20% of a typical French address file. This cascading approach is the architecture Coordable is built around: &lt;a href="https://coordable.co"&gt;coordable.co&lt;/a&gt;.&lt;/p&gt;</description><guid>https://coordable.co/fr/blog/geocoding-routing-impact-france-2026/</guid><pubDate>Tue, 14 Apr 2026 14:00:00 GMT</pubDate></item><item><title>Fuel is cheaper in the US, yet failed deliveries cost more</title><link>https://coordable.co/fr/blog/cost-failed-delivery-eu-vs-us-2026/</link><dc:creator>Julien Crétin</dc:creator><description>&lt;p&gt;Over the past three posts, we built a bottom-up cost model for failed last-mile deliveries: &lt;a href="https://coordable.co/blog/cost-failed-delivery-urban-europe-2026/"&gt;urban (€15.30)&lt;/a&gt;, &lt;a href="https://coordable.co/blog/cost-failed-delivery-peri-urban-europe-2026/"&gt;peri-urban (€22.26)&lt;/a&gt;, &lt;a href="https://coordable.co/blog/cost-failed-delivery-rural-europe-2026/"&gt;rural (€42.14)&lt;/a&gt;. All three used European benchmarks - specifically French labor costs and fuel prices.&lt;/p&gt;
&lt;p&gt;A natural question follows: how does this model hold up in the US?&lt;/p&gt;
&lt;p&gt;The answer is worse than expected. Despite cheaper diesel, US failed deliveries cost &lt;strong&gt;67–70% more&lt;/strong&gt; than their European equivalents across all three contexts. The reason is labor - and the gap is remarkably consistent.&lt;/p&gt;
&lt;p&gt;This post runs the same four-component model with US inputs, compares the results side by side, and explains what drives the gap.&lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-eu-vs-us-2026/#why-us-costs-are-higher-despite-cheaper-fuel"&gt;Why US costs are higher despite cheaper fuel&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-eu-vs-us-2026/#us-model-assumptions"&gt;US model assumptions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-eu-vs-us-2026/#urban-context"&gt;Urban context&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-eu-vs-us-2026/#peri-urban-context"&gt;Peri-urban context&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-eu-vs-us-2026/#rural-context"&gt;Rural context&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-eu-vs-us-2026/#the-full-comparison"&gt;The full comparison&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-eu-vs-us-2026/#what-this-means-for-geocoding-investment"&gt;What this means for geocoding investment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-eu-vs-us-2026/#a-note-on-model-limitations-for-the-us"&gt;A note on model limitations for the US&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-eu-vs-us-2026/#want-to-run-the-numbers-on-your-operation"&gt;Want to run the numbers on your operation?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-eu-vs-us-2026/#sources-and-assumptions"&gt;Sources and assumptions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h3 id="why-us-costs-are-higher-despite-cheaper-fuel"&gt;Why US costs are higher despite cheaper fuel&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Labor is the driver.&lt;/strong&gt; The fully loaded cost of a US delivery driver is ~$30/h vs ~€17/h in France - a 76% gap that cascades through every time-based component of the model.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Diesel is significantly cheaper in the US - but not enough to offset labor.&lt;/strong&gt; The average US retail diesel price in 2025 was ~$3.68/gallon ($0.97/L), giving a fuel cost of approximately &lt;strong&gt;$0.11/km&lt;/strong&gt;. The French average was €1.62/L, giving &lt;strong&gt;€0.18/km&lt;/strong&gt;. The US fuel advantage (~39% cheaper per km) is real, but modest relative to the labor gap.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The reason for the price difference is structural: US federal and state fuel taxes represent ~15–20% of the pump price, vs ~60–65% in France (TICPE + TVA). Same crude oil, very different fiscal treatment.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;PUDO networks are structurally limited in the US.&lt;/strong&gt; Europe has over 500,000 out-of-home delivery points, with dense carrier-agnostic networks (Pickup, Mondial Relay, InPost, DHL Packstations). In the US, out-of-home options exist - Amazon Locker, UPS Access Point, FedEx OnSite - but they are carrier-specific, less dense, and not structured around a merchant commission model. For most US operators, redelivery remains the dominant failure resolution path.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;We include a PUDO column for the US model for completeness and comparability, but note that it applies only to operators with access to a compatible carrier locker network - which is far from universal.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="us-model-assumptions"&gt;US model assumptions&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Parameter&lt;/th&gt;
&lt;th&gt;EU (France)&lt;/th&gt;
&lt;th&gt;US&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Driver hourly wage (fully loaded)&lt;/td&gt;
&lt;td&gt;€17/h&lt;/td&gt;
&lt;td&gt;$30/h&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Fuel cost per km&lt;/td&gt;
&lt;td&gt;€0.18/km&lt;/td&gt;
&lt;td&gt;$0.11/km&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Vehicle depreciation per km&lt;/td&gt;
&lt;td&gt;€0.12/km&lt;/td&gt;
&lt;td&gt;$0.14/km&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Dispatch/support hourly wage&lt;/td&gt;
&lt;td&gt;€15/h&lt;/td&gt;
&lt;td&gt;$26/h&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;em&gt;Vehicle depreciation for US: IRS standard mileage rate 2025, depreciation component for light commercial vehicles, ~$0.14/km. Dispatch/support: estimated at ~$24/h gross × 1.08 employer FICA ≈ $26/h.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="urban-context"&gt;Urban context&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Component&lt;/th&gt;
&lt;th&gt;EU Redelivery&lt;/th&gt;
&lt;th&gt;US Redelivery&lt;/th&gt;
&lt;th&gt;EU PUDO&lt;/th&gt;
&lt;th&gt;US PUDO&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1. On-site failure&lt;/td&gt;
&lt;td&gt;€2.70&lt;/td&gt;
&lt;td&gt;$4.77&lt;/td&gt;
&lt;td&gt;€2.70&lt;/td&gt;
&lt;td&gt;$4.77&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2. Resolution path&lt;/td&gt;
&lt;td&gt;€4.30&lt;/td&gt;
&lt;td&gt;$6.26&lt;/td&gt;
&lt;td&gt;€2.83&lt;/td&gt;
&lt;td&gt;$4.07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3. Route disruption&lt;/td&gt;
&lt;td&gt;€5.90&lt;/td&gt;
&lt;td&gt;$10.43&lt;/td&gt;
&lt;td&gt;€2.95&lt;/td&gt;
&lt;td&gt;$5.22&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4. Customer support&lt;/td&gt;
&lt;td&gt;€2.40&lt;/td&gt;
&lt;td&gt;$4.16&lt;/td&gt;
&lt;td&gt;€0.80&lt;/td&gt;
&lt;td&gt;$1.39&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€15.30&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$25.62&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€9.28&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$15.45&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The US urban redelivery cost at $25.62 is 67% higher than the EU equivalent (€15.30).&lt;/strong&gt; The gap is almost entirely driven by the labor differential - the fuel saving over a 3 km urban detour amounts to only $0.21 per failed delivery, which barely registers.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h3 id="peri-urban-context"&gt;Peri-urban context&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Component&lt;/th&gt;
&lt;th&gt;EU Redelivery&lt;/th&gt;
&lt;th&gt;US Redelivery&lt;/th&gt;
&lt;th&gt;EU PUDO&lt;/th&gt;
&lt;th&gt;US PUDO&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1. On-site failure&lt;/td&gt;
&lt;td&gt;€2.70&lt;/td&gt;
&lt;td&gt;$4.77&lt;/td&gt;
&lt;td&gt;€2.70&lt;/td&gt;
&lt;td&gt;$4.77&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2. Resolution path&lt;/td&gt;
&lt;td&gt;€9.23&lt;/td&gt;
&lt;td&gt;$14.37&lt;/td&gt;
&lt;td&gt;€6.45&lt;/td&gt;
&lt;td&gt;$9.97&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3. Route disruption&lt;/td&gt;
&lt;td&gt;€7.53&lt;/td&gt;
&lt;td&gt;$13.33&lt;/td&gt;
&lt;td&gt;€3.77&lt;/td&gt;
&lt;td&gt;$6.67&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4. Customer support&lt;/td&gt;
&lt;td&gt;€2.80&lt;/td&gt;
&lt;td&gt;$4.85&lt;/td&gt;
&lt;td&gt;€0.96&lt;/td&gt;
&lt;td&gt;$1.66&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€22.26&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$37.32&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€13.88&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$23.07&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The peri-urban gap widens further: &lt;strong&gt;$37.32 vs €22.26, a 68% premium for US operators.&lt;/strong&gt; Longer detours amplify the labor cost gap - more minutes of driving at $30/h rather than €17/h.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="rural-context"&gt;Rural context&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Component&lt;/th&gt;
&lt;th&gt;EU Redelivery&lt;/th&gt;
&lt;th&gt;US Redelivery&lt;/th&gt;
&lt;th&gt;EU PUDO*&lt;/th&gt;
&lt;th&gt;US PUDO*&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1. On-site failure&lt;/td&gt;
&lt;td&gt;€4.04&lt;/td&gt;
&lt;td&gt;$7.14&lt;/td&gt;
&lt;td&gt;€4.04&lt;/td&gt;
&lt;td&gt;$7.14&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2. Resolution path&lt;/td&gt;
&lt;td&gt;€24.37&lt;/td&gt;
&lt;td&gt;$40.26&lt;/td&gt;
&lt;td&gt;€14.90&lt;/td&gt;
&lt;td&gt;$24.55&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3. Route disruption&lt;/td&gt;
&lt;td&gt;€10.13&lt;/td&gt;
&lt;td&gt;$17.92&lt;/td&gt;
&lt;td&gt;€5.07&lt;/td&gt;
&lt;td&gt;$8.96&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4. Customer support&lt;/td&gt;
&lt;td&gt;€3.60&lt;/td&gt;
&lt;td&gt;$6.24&lt;/td&gt;
&lt;td&gt;€1.20&lt;/td&gt;
&lt;td&gt;$2.08&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€42.14&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$71.56&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€25.21&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$42.73&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;em&gt;*PUDO path in rural US is even more constrained than in rural EU. Apply with significant caution.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Rural is the starkest divergence: &lt;strong&gt;$71.56 vs €42.14, a 70% premium.&lt;/strong&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="the-full-comparison"&gt;The full comparison&lt;/h3&gt;
&lt;figure style="text-align:center;margin:2em 0;"&gt;
&lt;svg width="580" viewbox="0 0 580 330" role="img" xmlns="http://www.w3.org/2000/svg"&gt;
  &lt;title&gt;Failed delivery redelivery cost — EU vs US by context (€/$)&lt;/title&gt;
  &lt;desc&gt;Grouped bar chart comparing EU and US redelivery costs across urban, peri-urban and rural contexts. US costs are 67-70% higher in all contexts.&lt;/desc&gt;

  &lt;text x="290" y="16" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="12" font-weight="600" fill="#2C2C2A"&gt;Redelivery cost per failed delivery — EU vs US (€/$)&lt;/text&gt;

  &lt;!-- Legend --&gt;
  &lt;rect x="140" y="30" width="10" height="10" rx="2" fill="#378ADD"&gt;&lt;/rect&gt;
  &lt;text x="155" y="39" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#5F5E5A"&gt;EU&lt;/text&gt;
  &lt;rect x="200" y="30" width="10" height="10" rx="2" fill="#D85A30"&gt;&lt;/rect&gt;
  &lt;text x="215" y="39" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#5F5E5A"&gt;US&lt;/text&gt;
  &lt;rect x="260" y="30" width="28" height="10" rx="2" fill="#378ADD" opacity="0.25"&gt;&lt;/rect&gt;
  &lt;text x="294" y="39" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#5F5E5A"&gt;+67-70%&lt;/text&gt;

  &lt;!-- Grid lines --&gt;
  &lt;line x1="60" y1="282" x2="540" y2="282" stroke="#B4B2A9" stroke-width="0.5"&gt;&lt;/line&gt;
  &lt;line x1="60" y1="237" x2="540" y2="237" stroke="#D3D1C7" stroke-width="0.5" stroke-dasharray="3 3"&gt;&lt;/line&gt;
  &lt;line x1="60" y1="192" x2="540" y2="192" stroke="#D3D1C7" stroke-width="0.5" stroke-dasharray="3 3"&gt;&lt;/line&gt;
  &lt;line x1="60" y1="147" x2="540" y2="147" stroke="#D3D1C7" stroke-width="0.5" stroke-dasharray="3 3"&gt;&lt;/line&gt;
  &lt;line x1="60" y1="102" x2="540" y2="102" stroke="#D3D1C7" stroke-width="0.5" stroke-dasharray="3 3"&gt;&lt;/line&gt;

  &lt;text x="54" y="286" text-anchor="end" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#888780"&gt;€0&lt;/text&gt;
  &lt;text x="54" y="241" text-anchor="end" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#888780"&gt;€20&lt;/text&gt;
  &lt;text x="54" y="196" text-anchor="end" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#888780"&gt;€40&lt;/text&gt;
  &lt;text x="54" y="151" text-anchor="end" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#888780"&gt;€60&lt;/text&gt;
  &lt;text x="54" y="106" text-anchor="end" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#888780"&gt;€80&lt;/text&gt;

  &lt;!-- Urban EU --&gt;
  &lt;rect x="88" y="243.5" width="44" height="38.5" fill="#378ADD"&gt;&lt;/rect&gt;
  &lt;text x="110" y="239" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#378ADD"&gt;€15.30&lt;/text&gt;
  &lt;!-- Urban US --&gt;
  &lt;rect x="138" y="217.6" width="44" height="64.4" fill="#D85A30"&gt;&lt;/rect&gt;
  &lt;text x="160" y="213" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#D85A30"&gt;$25.62&lt;/text&gt;
  &lt;!-- +67% --&gt;
  &lt;text x="160" y="300" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="10" font-weight="600" fill="#888780"&gt;+67%&lt;/text&gt;
  &lt;text x="135" y="310" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#5F5E5A"&gt;Urban&lt;/text&gt;

  &lt;!-- Peri-urban EU --&gt;
  &lt;rect x="228" y="226.0" width="44" height="56.0" fill="#378ADD"&gt;&lt;/rect&gt;
  &lt;text x="250" y="221" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#378ADD"&gt;€22.26&lt;/text&gt;
  &lt;!-- Peri-urban US --&gt;
  &lt;rect x="278" y="188.1" width="44" height="93.9" fill="#D85A30"&gt;&lt;/rect&gt;
  &lt;text x="300" y="183" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#D85A30"&gt;$37.32&lt;/text&gt;
  &lt;!-- +68% --&gt;
  &lt;text x="300" y="300" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="10" font-weight="600" fill="#888780"&gt;+68%&lt;/text&gt;
  &lt;text x="275" y="310" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#5F5E5A"&gt;Peri-urban&lt;/text&gt;

  &lt;!-- Rural EU --&gt;
  &lt;rect x="368" y="176.0" width="44" height="106.0" fill="#378ADD"&gt;&lt;/rect&gt;
  &lt;text x="390" y="171" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#378ADD"&gt;€42.14&lt;/text&gt;
  &lt;!-- Rural US --&gt;
  &lt;rect x="418" y="102.0" width="44" height="180.0" fill="#D85A30"&gt;&lt;/rect&gt;
  &lt;text x="440" y="97" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#D85A30"&gt;$71.56&lt;/text&gt;
  &lt;!-- +70% --&gt;
  &lt;text x="440" y="300" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="10" font-weight="600" fill="#888780"&gt;+70%&lt;/text&gt;
  &lt;text x="415" y="310" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#5F5E5A"&gt;Rural&lt;/text&gt;
&lt;/svg&gt;
&lt;/figure&gt;

&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Context&lt;/th&gt;
&lt;th&gt;EU Redelivery&lt;/th&gt;
&lt;th&gt;US Redelivery&lt;/th&gt;
&lt;th&gt;Delta&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Urban&lt;/td&gt;
&lt;td&gt;€15.30&lt;/td&gt;
&lt;td&gt;$25.62&lt;/td&gt;
&lt;td&gt;+67%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Peri-urban&lt;/td&gt;
&lt;td&gt;€22.26&lt;/td&gt;
&lt;td&gt;$37.32&lt;/td&gt;
&lt;td&gt;+68%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rural&lt;/td&gt;
&lt;td&gt;€42.14&lt;/td&gt;
&lt;td&gt;$71.56&lt;/td&gt;
&lt;td&gt;+70%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Context&lt;/th&gt;
&lt;th&gt;EU PUDO&lt;/th&gt;
&lt;th&gt;US PUDO&lt;/th&gt;
&lt;th&gt;Delta&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Urban&lt;/td&gt;
&lt;td&gt;€9.28&lt;/td&gt;
&lt;td&gt;$15.45&lt;/td&gt;
&lt;td&gt;+66%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Peri-urban&lt;/td&gt;
&lt;td&gt;€13.88&lt;/td&gt;
&lt;td&gt;$23.07&lt;/td&gt;
&lt;td&gt;+66%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rural&lt;/td&gt;
&lt;td&gt;€25.21&lt;/td&gt;
&lt;td&gt;$42.73&lt;/td&gt;
&lt;td&gt;+70%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The delta is remarkably consistent across all contexts and scenarios: US failed deliveries cost roughly 67–70% more than their European equivalents.&lt;/strong&gt; The consistency of this gap confirms that the cause is structural - labor cost differential - rather than context-specific.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h3 id="what-this-means-for-geocoding-investment"&gt;What this means for geocoding investment&lt;/h3&gt;
&lt;p&gt;The geocoding ROI argument is stronger in the US than in Europe - not because the underlying failure rate differs, but because the cost of each failure is higher. The same logic applies to routing: degraded coordinates add driver time on every route, not just on failed deliveries. We quantified this in a &lt;a href="https://coordable.co/blog/geocoding-routing-impact-france-2026/"&gt;separate routing simulation on 10,000 French addresses&lt;/a&gt; - the mechanism and ROI structure translate directly to US operations, with labor costs amplifying the impact further.&lt;/p&gt;
&lt;p&gt;Applying the same 20–25% address-related failure rate assumption:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;US operator running 50,000 deliveries/month at 8% failure rate:&lt;/strong&gt;
- ~4,000 failed deliveries/month
- ~900 attributable to address/geocoding issues
- At $25.62 per urban failure: &lt;strong&gt;~$23,000/month in avoidable cost&lt;/strong&gt;
- Cost of geocoding pipeline: typically &lt;strong&gt;$20–$200&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The return is not structurally different from the European model - but the absolute dollar amounts are larger, and the business case lands harder in a market where labor costs are a daily operational pressure.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="a-note-on-model-limitations-for-the-us"&gt;A note on model limitations for the US&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Labor cost variance is higher.&lt;/strong&gt; The $30/h fully loaded figure is a national average. In California, New York, or Washington state, driver costs can reach $35–$40/h. In rural Midwest or Southeast markets, they can be closer to $22–$25/h.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The subcontractor structure differs.&lt;/strong&gt; In the EU, we documented the salaried vs DSP subcontractor distinction explicitly (CCN overtime thresholds, flat-fee margin loss). In the US, the DSP model dominates Amazon's network, while FedEx Ground relies heavily on independent service providers and UPS uses a mix of Teamsters-represented drivers and contractors. The cost absorption mechanisms differ but the underlying economic logic holds regardless of employment structure.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;This post completes the four-part series on failed delivery costs. For the full picture: &lt;a href="https://coordable.co/blog/cost-failed-delivery-urban-europe-2026/"&gt;urban EU&lt;/a&gt;, &lt;a href="https://coordable.co/blog/cost-failed-delivery-peri-urban-europe-2026/"&gt;peri-urban EU&lt;/a&gt;, &lt;a href="https://coordable.co/blog/cost-failed-delivery-rural-europe-2026/"&gt;rural EU&lt;/a&gt;, and this EU vs US comparison.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="want-to-run-the-numbers-on-your-operation"&gt;Want to run the numbers on your operation?&lt;/h3&gt;
&lt;p&gt;Whether you're operating in Europe or the US, the ROI on address quality is substantial. We'd be happy to talk through how geocoding quality affects your specific setup.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Coordable&lt;/strong&gt; builds multi-provider geocoding pipelines that surface address issues before dispatch, not after. &lt;a href="mailto:contact@coordable.co"&gt;Get in touch&lt;/a&gt; if you want to see what this looks like with your own labor costs and route structure.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h3 id="sources-and-assumptions"&gt;Sources and assumptions&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;US driver hourly wage ($30/h fully loaded)&lt;/strong&gt; - BLS, &lt;em&gt;Occupational Employment and Wage Statistics: Light Truck Drivers&lt;/em&gt;, May 2024: median $44,140/year (~$21/h gross). BLS, &lt;em&gt;Employer Costs for Employee Compensation&lt;/em&gt;, December 2025: benefits average 29.9% of total compensation for private sector workers. $21/h × 1.43 ≈ $30/h.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;EU driver hourly wage (€17/h fully loaded)&lt;/strong&gt; - CCN Transport routier logistique, May 2025: €11.91–€19.27/h gross. Employer contributions ~30% (Urssaf, 2025). €12.50 × 1.30 ≈ €17/h.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;US fuel cost ($0.11/km)&lt;/strong&gt; - Average US retail diesel 2025: ~$3.68/gallon ($0.97/L). LCV consumption: 11L/100km. $0.97 × 0.11 = $0.11/km.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;EU fuel cost (€0.18/km)&lt;/strong&gt; - Average diesel price France 2025: €1.6186/L (prixdubaril.com / Ministry of Ecological Transition, January 2026). €1.62 × 0.11 = €0.18/km.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;US vehicle depreciation ($0.14/km)&lt;/strong&gt; - IRS standard mileage rate 2025, depreciation/maintenance component for light vehicles, converted from per-mile to per-km.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;EU vehicle depreciation (€0.12/km)&lt;/strong&gt; - French fiscal mileage allowance 2024–2025 (BOFiP, BOI-BAREME-000003).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;US dispatch/support wage ($26/h)&lt;/strong&gt; - Estimated at ~$24/h gross (BLS Office and Administrative Support, 2024) × 1.08 employer FICA ≈ $26/h.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;US fuel tax differential&lt;/strong&gt; - US federal + state diesel taxes: ~15–20% of pump price (EIA / Tax Foundation). French TICPE + TVA: ~60–65% (Ministry of Ecological Transition).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;PUDO network comparison&lt;/strong&gt; - &lt;a href="https://nshift.com/blog/eu-parcel-locker-growth-in-2025-what-it-means-for-retailers"&gt;nShift, &lt;em&gt;EU Parcel Locker Growth in 2025&lt;/em&gt;&lt;/a&gt;, 2025 (500,000+ EU OOH points). US carrier-specific networks: Amazon Locker, UPS Access Point, FedEx OnSite - fragmented, carrier-specific.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;First-attempt failure rate (8%)&lt;/strong&gt; - Composite estimate, last-mile industry reports 2021–2025.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Address-related failure rate (20–25%)&lt;/strong&gt; - Composite estimate, industry studies 2021–2024.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Geocoding pipeline cost&lt;/strong&gt; - Estimated using an open-source geocoder (BAN in France, equivalent national APIs elsewhere) as primary, with a premium provider (Google Geocoding API, ~$0.005/address) triggered only on addresses where the primary confidence score falls below threshold - roughly 15-20% of a typical address file. This cascading approach is the architecture Coordable is built around: &lt;a href="https://coordable.co"&gt;coordable.co&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;</description><guid>https://coordable.co/fr/blog/cost-failed-delivery-eu-vs-us-2026/</guid><pubDate>Tue, 14 Apr 2026 13:00:00 GMT</pubDate></item><item><title>The €17 failed delivery in rural operations: the number no longer holds</title><link>https://coordable.co/fr/blog/cost-failed-delivery-rural-europe-2026/</link><dc:creator>Julien Crétin</dc:creator><description>&lt;p&gt;We have now modeled failed delivery costs for &lt;a href="https://coordable.co/blog/cost-failed-delivery-urban-europe-2026/"&gt;urban (€15.30)&lt;/a&gt; and &lt;a href="https://coordable.co/blog/cost-failed-delivery-peri-urban-europe-2026/"&gt;peri-urban (€22.26)&lt;/a&gt;. Rural is a different category entirely.&lt;/p&gt;
&lt;p&gt;The structural constraints are more severe, the mitigation options largely absent, and the cost profile reflects it: &lt;strong&gt;€42.14 per failed redelivery&lt;/strong&gt; - 175% higher than urban, 89% higher than peri-urban.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;This model covers rural B2C operations - low-density zones, typically &amp;gt;60 km from a major urban center, with dispersed housing, limited road infrastructure in some areas, and thin or absent out-of-home delivery networks.&lt;/em&gt;&lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-rural-europe-2026/#what-makes-rural-structurally-different"&gt;What makes rural structurally different&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-rural-europe-2026/#the-model"&gt;The model&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-rural-europe-2026/#component-1-on-site-failure-cost-both-scenarios"&gt;Component 1 — On-site failure cost (both scenarios)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-rural-europe-2026/#component-2a-redelivery-to-home-address"&gt;Component 2A — Redelivery to home address&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-rural-europe-2026/#component-2b-redirect-to-pickup-point-pudolocker"&gt;Component 2B — Redirect to pickup point (PUDO/locker)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-rural-europe-2026/#component-3-route-disruption"&gt;Component 3 — Route disruption&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-rural-europe-2026/#component-4-customer-support-contact"&gt;Component 4 — Customer support contact&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-rural-europe-2026/#the-full-picture"&gt;The full picture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-rural-europe-2026/#the-three-context-summary"&gt;The three-context summary&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-rural-europe-2026/#what-this-means-for-geocoding-quality"&gt;What this means for geocoding quality&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-rural-europe-2026/#a-note-on-what-this-model-does-not-include"&gt;A note on what this model does not include&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-rural-europe-2026/#want-to-run-the-numbers-on-your-operation"&gt;Want to run the numbers on your operation?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-rural-europe-2026/#sources-and-assumptions"&gt;Sources and assumptions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h3 id="what-makes-rural-structurally-different"&gt;What makes rural structurally different&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Stop density collapses.&lt;/strong&gt; Rural routes average 8–15 stops per day vs 25–40 in urban. Each stop - including each failed stop - carries a much higher share of the day's fixed driver cost.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-stop distances are large.&lt;/strong&gt; Where an urban detour is 3 km and a peri-urban detour is 10 km, a rural detour to reinsert a failed stop can easily be 20–35 km. There is no shortcut.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PUDO networks are effectively absent.&lt;/strong&gt; The European OOH delivery infrastructure is urban-centric. In many rural zones, the nearest PUDO point is further away than the original delivery address - making redirection economically irrational or simply impossible.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Address data quality is lowest here.&lt;/strong&gt; Rural addressing systems are inconsistent across countries. Hamlets, isolated farms, lieu-dits, and rural routes with non-standard numbering are systematic sources of geocoding failure. New builds in rural areas can take months to appear in any geocoding database. GPS coordinates for rural addresses frequently resolve to road junctions rather than actual building locations.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Dedicated redelivery trips are more likely.&lt;/strong&gt; In rural operations with 8–15 stops per route and large distances between them, reinsertion is often not viable - the failed stop is too far from any other scheduled stop to be absorbed without a near-dedicated trip. This is what makes Component 2 so different in rural operations.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="the-model"&gt;The model&lt;/h3&gt;
&lt;h4 id="component-1-on-site-failure-cost-both-scenarios"&gt;Component 1 — On-site failure cost (both scenarios)&lt;/h4&gt;
&lt;p&gt;On-site time is higher in rural than in urban or peri-urban. When a geocode resolves to a road junction or an approximate location, drivers spend additional time locating the actual building - calling the recipient, consulting maps, asking neighbors.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Item&lt;/th&gt;
&lt;th&gt;Assumption&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;On-site time (approach + attempt + departure)&lt;/td&gt;
&lt;td&gt;12 min @ €17/h&lt;/td&gt;
&lt;td&gt;€3.40&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Recipient call attempt (~75% of failures)&lt;/td&gt;
&lt;td&gt;3 min @ €17/h&lt;/td&gt;
&lt;td&gt;€0.64&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Subtotal&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€4.04&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;em&gt;On-site time is higher than urban and peri-urban (8 min) to reflect address-location difficulty in rural zones. The call rate is higher (75% vs 60%) for the same reason.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="component-2a-redelivery-to-home-address"&gt;Component 2A — Redelivery to home address&lt;/h4&gt;
&lt;p&gt;This is where the rural model diverges most sharply from the previous two.&lt;/p&gt;
&lt;p&gt;In a significant share of rural failures, the redelivery cannot be absorbed into an existing route without a near-dedicated trip. We model two sub-scenarios and weight them:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Scenario 2A-i (40% of cases):&lt;/strong&gt; Failed stop is reinserted into a nearby future route with a meaningful but manageable detour (25 km round trip).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Scenario 2A-ii (60% of cases):&lt;/strong&gt; No nearby route exists within a reasonable timeframe. A quasi-dedicated trip is required.&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Item&lt;/th&gt;
&lt;th&gt;Assumption&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;2A-i: Reinserted into existing route (40%)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Driver time&lt;/td&gt;
&lt;td&gt;35 min @ €17/h&lt;/td&gt;
&lt;td&gt;€9.92&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Fuel&lt;/td&gt;
&lt;td&gt;25 km @ €0.18/km&lt;/td&gt;
&lt;td&gt;€4.50&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Vehicle depreciation&lt;/td&gt;
&lt;td&gt;25 km @ €0.12/km&lt;/td&gt;
&lt;td&gt;€3.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Weighted subtotal (× 40%)&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€6.97&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;2A-ii: Near-dedicated redelivery trip (60%)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Driver time&lt;/td&gt;
&lt;td&gt;60 min @ €17/h&lt;/td&gt;
&lt;td&gt;€17.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Fuel&lt;/td&gt;
&lt;td&gt;40 km @ €0.18/km&lt;/td&gt;
&lt;td&gt;€7.20&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Vehicle depreciation&lt;/td&gt;
&lt;td&gt;40 km @ €0.12/km&lt;/td&gt;
&lt;td&gt;€4.80&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Weighted subtotal (× 60%)&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€17.40&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Combined subtotal&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€24.37&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;em&gt;The 60/40 split between near-dedicated and reinserted redeliveries is a conservative estimate for genuinely rural operations. This is the assumption we flag most clearly for operators to calibrate against their own data.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="component-2b-redirect-to-pickup-point-pudolocker"&gt;Component 2B — Redirect to pickup point (PUDO/locker)&lt;/h4&gt;
&lt;p&gt;In many rural zones, this path is not viable. Where it is available, the economics are poor: the nearest relay point may be 15–25 km away, which partially or fully offsets the consolidation benefit.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Item&lt;/th&gt;
&lt;th&gt;Assumption&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Driver time (detour + PUDO drop)&lt;/td&gt;
&lt;td&gt;30 min @ €17/h&lt;/td&gt;
&lt;td&gt;€8.50&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Fuel&lt;/td&gt;
&lt;td&gt;20 km @ €0.18/km&lt;/td&gt;
&lt;td&gt;€3.60&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Vehicle depreciation&lt;/td&gt;
&lt;td&gt;20 km @ €0.12/km&lt;/td&gt;
&lt;td&gt;€2.40&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Merchant commission&lt;/td&gt;
&lt;td&gt;€0.40&lt;/td&gt;
&lt;td&gt;€0.40&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Subtotal&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€14.90&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;em&gt;Where no PUDO exists within 20 km, the PUDO path is not a realistic option. For many rural operators, redelivery is the only available resolution.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="component-3-route-disruption"&gt;Component 3 — Route disruption&lt;/h4&gt;
&lt;p&gt;In urban and peri-urban operations, a failed stop cascades into the next few stops. In rural, the risk is different: running out of shift time before the route is complete.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For salaried drivers&lt;/strong&gt;, unplanned time on a failed stop can push the shift past standard hours, triggering overtime costs under the CCN Transport routier (25% premium beyond 39h/week).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For subcontracted drivers on a flat daily fee&lt;/strong&gt;, the disruption translates into fewer stops completed for the same fee - a margin loss absorbed by the subcontractor.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For operators on slot-based markets&lt;/strong&gt;, rural areas with precise delivery commitments face the same SLA penalty risk described in our previous posts - amplified here by the near-impossibility of same-day recovery.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Item&lt;/th&gt;
&lt;th&gt;Assumption&lt;/th&gt;
&lt;th&gt;Redelivery&lt;/th&gt;
&lt;th&gt;PUDO redirect&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;End-of-day stops missed (25% probability × 1.5 stops × €17/stop avg)&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;€6.38&lt;/td&gt;
&lt;td&gt;€3.19&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Dispatch rescheduling&lt;/td&gt;
&lt;td&gt;15 min @ €15/h&lt;/td&gt;
&lt;td&gt;€3.75&lt;/td&gt;
&lt;td&gt;€1.88&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Subtotal&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€10.13&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€5.07&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Route disruption in the rural model represents a different failure mode&lt;/strong&gt; - not a cascade on adjacent stops, but a probability of end-of-day route incompletion. In low-density routes with hard shift-end constraints, this is the more realistic cost driver.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h4 id="component-4-customer-support-contact"&gt;Component 4 — Customer support contact&lt;/h4&gt;
&lt;p&gt;Rural customers tend to have fewer delivery options and less familiarity with automated rescheduling flows. Combined with the higher incidence of address-related failures, we model a higher human contact rate.&lt;/p&gt;
&lt;p&gt;At 45%, the rural contact rate is 50% higher than urban - reflecting both lower automation adoption and a higher baseline of address-related failures that automated flows cannot resolve.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Scenario&lt;/th&gt;
&lt;th&gt;Contact rate&lt;/th&gt;
&lt;th&gt;Cost per contact&lt;/th&gt;
&lt;th&gt;Subtotal&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Redelivery&lt;/td&gt;
&lt;td&gt;45%&lt;/td&gt;
&lt;td&gt;€8&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€3.60&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PUDO redirect&lt;/td&gt;
&lt;td&gt;15%&lt;/td&gt;
&lt;td&gt;€8&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€1.20&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;
&lt;h3 id="the-full-picture"&gt;The full picture&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Component&lt;/th&gt;
&lt;th&gt;Redelivery&lt;/th&gt;
&lt;th&gt;PUDO redirect&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1. On-site failure&lt;/td&gt;
&lt;td&gt;€4.04&lt;/td&gt;
&lt;td&gt;€4.04&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2. Resolution path&lt;/td&gt;
&lt;td&gt;€24.37&lt;/td&gt;
&lt;td&gt;€14.90&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3. Route disruption&lt;/td&gt;
&lt;td&gt;€10.13&lt;/td&gt;
&lt;td&gt;€5.07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4. Customer support&lt;/td&gt;
&lt;td&gt;€3.60&lt;/td&gt;
&lt;td&gt;€1.20&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€42.14&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€25.21&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;figure style="text-align:center;margin:2em 0;"&gt;
&lt;svg width="600" viewbox="0 0 600 330" role="img" xmlns="http://www.w3.org/2000/svg"&gt;
  &lt;title&gt;Cost per failed delivery across three contexts: urban, peri-urban, rural&lt;/title&gt;
  &lt;desc&gt;Stacked bar chart comparing redelivery costs across urban (€15.30), peri-urban (€22.26) and rural (€42.14) scenarios.&lt;/desc&gt;

  &lt;text x="300" y="16" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="12" font-weight="600" fill="#2C2C2A"&gt;Redelivery cost per failed delivery — by context (€)&lt;/text&gt;

  &lt;rect x="44" y="32" width="10" height="10" rx="2" fill="#5DCAA5"&gt;&lt;/rect&gt;
  &lt;text x="59" y="41" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#5F5E5A"&gt;On-site failure&lt;/text&gt;
  &lt;rect x="165" y="32" width="10" height="10" rx="2" fill="#378ADD"&gt;&lt;/rect&gt;
  &lt;text x="180" y="41" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#5F5E5A"&gt;Resolution path&lt;/text&gt;
  &lt;rect x="296" y="32" width="10" height="10" rx="2" fill="#D85A30"&gt;&lt;/rect&gt;
  &lt;text x="311" y="41" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#5F5E5A"&gt;Route disruption&lt;/text&gt;
  &lt;rect x="432" y="32" width="10" height="10" rx="2" fill="#888780"&gt;&lt;/rect&gt;
  &lt;text x="447" y="41" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#5F5E5A"&gt;Support&lt;/text&gt;

  &lt;line x1="60" y1="282" x2="560" y2="282" stroke="#B4B2A9" stroke-width="0.5"&gt;&lt;/line&gt;
  &lt;line x1="60" y1="239" x2="560" y2="239" stroke="#D3D1C7" stroke-width="0.5" stroke-dasharray="3 3"&gt;&lt;/line&gt;
  &lt;line x1="60" y1="196" x2="560" y2="196" stroke="#D3D1C7" stroke-width="0.5" stroke-dasharray="3 3"&gt;&lt;/line&gt;
  &lt;line x1="60" y1="153" x2="560" y2="153" stroke="#D3D1C7" stroke-width="0.5" stroke-dasharray="3 3"&gt;&lt;/line&gt;
  &lt;line x1="60" y1="102" x2="560" y2="102" stroke="#D3D1C7" stroke-width="0.5" stroke-dasharray="3 3"&gt;&lt;/line&gt;

  &lt;text x="54" y="286" text-anchor="end" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#888780"&gt;€0&lt;/text&gt;
  &lt;text x="54" y="243" text-anchor="end" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#888780"&gt;€10&lt;/text&gt;
  &lt;text x="54" y="200" text-anchor="end" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#888780"&gt;€20&lt;/text&gt;
  &lt;text x="54" y="157" text-anchor="end" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#888780"&gt;€30&lt;/text&gt;
  &lt;text x="54" y="106" text-anchor="end" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#888780"&gt;€42&lt;/text&gt;

  &lt;!-- Urban: total 65.4px, baseline 282 --&gt;
  &lt;rect x="90" y="271.7" width="90" height="10.3" fill="#888780"&gt;&lt;/rect&gt;
  &lt;rect x="90" y="246.5" width="90" height="25.2" fill="#D85A30"&gt;&lt;/rect&gt;
  &lt;rect x="90" y="228.1" width="90" height="18.4" fill="#378ADD"&gt;&lt;/rect&gt;
  &lt;rect x="90" y="216.6" width="90" height="11.5" fill="#5DCAA5"&gt;&lt;/rect&gt;
  &lt;rect x="90" y="212.6" width="90" height="7" rx="3" fill="#5DCAA5"&gt;&lt;/rect&gt;
  &lt;text x="135" y="204" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="13" font-weight="600" fill="#2C2C2A"&gt;€15.30&lt;/text&gt;
  &lt;text x="135" y="300" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="12" fill="#5F5E5A"&gt;Urban&lt;/text&gt;

  &lt;!-- Peri-urban: total 95.1px --&gt;
  &lt;rect x="255" y="269.9" width="90" height="12.1" fill="#888780"&gt;&lt;/rect&gt;
  &lt;rect x="255" y="237.7" width="90" height="32.2" fill="#D85A30"&gt;&lt;/rect&gt;
  &lt;rect x="255" y="198.3" width="90" height="39.4" fill="#378ADD"&gt;&lt;/rect&gt;
  &lt;rect x="255" y="186.8" width="90" height="11.5" fill="#5DCAA5"&gt;&lt;/rect&gt;
  &lt;rect x="255" y="182.8" width="90" height="7" rx="3" fill="#5DCAA5"&gt;&lt;/rect&gt;
  &lt;text x="300" y="174" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="13" font-weight="600" fill="#2C2C2A"&gt;€22.26&lt;/text&gt;
  &lt;text x="300" y="300" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="12" fill="#5F5E5A"&gt;Peri-urban&lt;/text&gt;

  &lt;!-- Rural: total 180px --&gt;
  &lt;rect x="420" y="266.6" width="90" height="15.4" fill="#888780"&gt;&lt;/rect&gt;
  &lt;rect x="420" y="223.3" width="90" height="43.3" fill="#D85A30"&gt;&lt;/rect&gt;
  &lt;rect x="420" y="119.2" width="90" height="104.1" fill="#378ADD"&gt;&lt;/rect&gt;
  &lt;rect x="420" y="101.9" width="90" height="17.3" fill="#5DCAA5"&gt;&lt;/rect&gt;
  &lt;rect x="420" y="97.9" width="90" height="7" rx="3" fill="#5DCAA5"&gt;&lt;/rect&gt;
  &lt;text x="465" y="89" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="13" font-weight="600" fill="#2C2C2A"&gt;€42.14&lt;/text&gt;
  &lt;text x="465" y="300" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="12" fill="#5F5E5A"&gt;Rural&lt;/text&gt;
&lt;/svg&gt;
&lt;/figure&gt;

&lt;p&gt;With a low–high range across assumptions:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Scenario&lt;/th&gt;
&lt;th&gt;Low&lt;/th&gt;
&lt;th&gt;Central&lt;/th&gt;
&lt;th&gt;High&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Redelivery&lt;/td&gt;
&lt;td&gt;€27.00&lt;/td&gt;
&lt;td&gt;€42.14&lt;/td&gt;
&lt;td&gt;€57.30&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PUDO redirect (where available)&lt;/td&gt;
&lt;td&gt;€17.00&lt;/td&gt;
&lt;td&gt;€25.21&lt;/td&gt;
&lt;td&gt;€33.40&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The rural redelivery cost at €42.14 is 175% higher than urban (€15.30) and 89% higher than peri-urban (€22.26).&lt;/strong&gt; The range is also wider - rural operations are more heterogeneous, and the assumptions around dedicated vs reinserted redeliveries drive significant variance.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h3 id="the-three-context-summary"&gt;The three-context summary&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Context&lt;/th&gt;
&lt;th&gt;Redelivery&lt;/th&gt;
&lt;th&gt;PUDO redirect&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://coordable.co/blog/cost-failed-delivery-urban-europe-2026/"&gt;Urban&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;€15.30&lt;/td&gt;
&lt;td&gt;€9.28&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href="https://coordable.co/blog/cost-failed-delivery-peri-urban-europe-2026/"&gt;Peri-urban&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;€22.26&lt;/td&gt;
&lt;td&gt;€13.88&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rural&lt;/td&gt;
&lt;td&gt;€42.14&lt;/td&gt;
&lt;td&gt;€25.21*&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;em&gt;*Where a PUDO point exists within reasonable distance.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The €15–€20 figure commonly cited in industry reports is at best an urban average. Applied to peri-urban or rural operations, it understates the true cost by a factor of 1.5× to 2.8×.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="what-this-means-for-geocoding-quality"&gt;What this means for geocoding quality&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;Rural is where geocoding quality has the highest leverage - and the most room for improvement.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Address data quality in rural zones is systematically worse than urban. New builds lag. Non-standard addressing is common. Precision degrades. And the cost of a geocoding-related failure is at its highest. Beyond failed deliveries, poor coordinates affect every route passing through those addresses - the routing overhead alone runs to &lt;a href="https://coordable.co/blog/geocoding-routing-impact-france-2026/"&gt;€7.94 per route in rural zones&lt;/a&gt;, at a 138:1 ROI on the geocoding fix.&lt;/p&gt;
&lt;p&gt;Various industry studies estimate 20–25% of delivery failures trace back to incorrect address data. In rural operations, this figure is likely higher - some operators report address-related failures exceeding 30% in rural zones. Applied conservatively:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;An operator running &lt;strong&gt;10,000 deliveries/month&lt;/strong&gt; in rural zones at an &lt;strong&gt;8% failure rate&lt;/strong&gt;:
- ~800 failed deliveries per month
- ~200 attributable to address or geocoding issues
- At €42.14 per failure: &lt;strong&gt;~€8,400/month in avoidable cost&lt;/strong&gt;
- Cost of a quality geocoding pipeline for those same addresses: typically &lt;strong&gt;€4–€45&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The ROI is higher in rural than anywhere else - precisely because the cost of failure is highest and the baseline data quality is lowest.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="a-note-on-what-this-model-does-not-include"&gt;A note on what this model does not include&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Customer churn.&lt;/strong&gt; Relevant to retailers. Rural customers, with fewer competing delivery options, may show higher churn propensity after a failure.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Return-to-depot logistics.&lt;/strong&gt; Particularly costly in rural operations where the depot may be 60–100 km from the delivery zone.&lt;/p&gt;
&lt;p&gt;Both exclusions make the estimates above conservative.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;This post is the third in a four-part series. The &lt;a href="https://coordable.co/blog/cost-failed-delivery-eu-vs-us-2026/"&gt;next and final post&lt;/a&gt; applies the same model to US operating conditions - and shows why failed deliveries cost even more on the other side of the Atlantic, despite cheaper fuel.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="want-to-run-the-numbers-on-your-operation"&gt;Want to run the numbers on your operation?&lt;/h3&gt;
&lt;p&gt;If you're managing rural or mixed-density routes and want to understand where geocoding quality affects your costs most, we'd be happy to talk through the specifics.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Coordable&lt;/strong&gt; builds multi-provider geocoding pipelines that surface address issues before dispatch, not after. &lt;a href="mailto:contact@coordable.co"&gt;Get in touch&lt;/a&gt; to run the numbers on your own operation.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h3 id="sources-and-assumptions"&gt;Sources and assumptions&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Driver hourly wage (€17/h fully loaded)&lt;/strong&gt; - Median gross wage for delivery drivers in France: €12–€13/h (Indeed, JOBTransport, 2025; CCN Transport routier logistique, May 2025: €11.91–€19.27/h). Employer contributions ~30% (Urssaf, 2025). Fully loaded: €12.50 × 1.30 = €16.25/h, rounded to €17/h.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Fuel cost (€0.18/km)&lt;/strong&gt; - Average diesel price France 2025: €1.6186/L (prixdubaril.com / Ministry of Ecological Transition, January 2026). LCV rural consumption: 11L/100km.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Vehicle depreciation (€0.12/km)&lt;/strong&gt; - French fiscal mileage allowance 2024–2025 (BOFiP, BOI-BAREME-000003).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Rural stops per route (8–15/day)&lt;/strong&gt; - Upper Inc., &lt;em&gt;Last-Mile Delivery Route Optimization Guide&lt;/em&gt;, 2026.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Detour distances (25 km reinserted / 40 km near-dedicated)&lt;/strong&gt; - Internal estimate based on rural route geometry and stop density data.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;60/40 split between near-dedicated and reinserted redeliveries&lt;/strong&gt; - Internal conservative estimate for rural operations. High variance across operators.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;PUDO availability in rural zones&lt;/strong&gt; - &lt;a href="https://nshift.com/blog/eu-parcel-locker-growth-in-2025-what-it-means-for-retailers"&gt;nShift, &lt;em&gt;EU Parcel Locker Growth in 2025&lt;/em&gt;&lt;/a&gt;, 2025.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;On-site time (12 min)&lt;/strong&gt; - Higher than urban/peri-urban (8 min) to reflect address-location difficulty in rural zones. Internal estimate.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Recipient call rate (75%)&lt;/strong&gt; - Higher than urban (60%) and peri-urban (60%) to reflect greater address ambiguity in rural zones.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Route incompletion disruption model&lt;/strong&gt; - Internal estimate. Shift from "cascade on adjacent stops" to "probability of end-of-day route incompletion", reflecting rural low-density route reality.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Human contact rate (45%)&lt;/strong&gt; - Higher than urban (30%) and peri-urban (35%) to reflect lower automation adoption and higher address-issue incidence in rural zones.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Address-related failure rate in rural zones (&amp;gt;25%)&lt;/strong&gt; - Conservative estimate; some operators report rates exceeding 30% in rural zones. Composite industry data 2021–2024.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Dispatch/support agent wage (€15/h fully loaded)&lt;/strong&gt; - Estimate by analogy with CCN Transport routier, administrative roles.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Geocoding pipeline cost&lt;/strong&gt; - Estimated using BAN (free, open source) as primary geocoder, with a premium provider (Google Geocoding API, ~€0.005/address) triggered only on addresses where BAN confidence score falls below 0.7 - roughly 15-20% of a typical French address file. This cascading approach is the architecture Coordable is built around: &lt;a href="https://coordable.co"&gt;coordable.co&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;</description><guid>https://coordable.co/fr/blog/cost-failed-delivery-rural-europe-2026/</guid><pubDate>Tue, 14 Apr 2026 12:00:00 GMT</pubDate></item><item><title>The €17 failed delivery in peri-urban operations: the math is worse</title><link>https://coordable.co/fr/blog/cost-failed-delivery-peri-urban-europe-2026/</link><dc:creator>Julien Crétin</dc:creator><description>&lt;p&gt;In our &lt;a href="https://coordable.co/blog/cost-failed-delivery-urban-europe-2026/"&gt;previous post&lt;/a&gt;, we rebuilt the cost of a failed delivery from scratch for dense urban B2C operations in Europe. The central estimate: €15.30 for a redelivery scenario, €9.28 for a PUDO redirect.&lt;/p&gt;
&lt;p&gt;Peri-urban changes the math. The detours are longer, the routes are thinner, and the PUDO options are fewer. The result: a redelivery cost of &lt;strong&gt;€22.26&lt;/strong&gt; - 45% higher than urban.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;This model covers peri-urban B2C operations - suburban zones, secondary cities, mixed-density areas typically located 20–60 km from a major urban center.&lt;/em&gt;&lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-peri-urban-europe-2026/#what-makes-peri-urban-different"&gt;What makes peri-urban different&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-peri-urban-europe-2026/#the-model"&gt;The model&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-peri-urban-europe-2026/#component-1-on-site-failure-cost-both-scenarios"&gt;Component 1 — On-site failure cost (both scenarios)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-peri-urban-europe-2026/#component-2a-redelivery-to-home-address"&gt;Component 2A — Redelivery to home address&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-peri-urban-europe-2026/#component-2b-redirect-to-pickup-point-pudolocker"&gt;Component 2B — Redirect to pickup point (PUDO/locker)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-peri-urban-europe-2026/#component-3-route-disruption"&gt;Component 3 — Route disruption&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-peri-urban-europe-2026/#component-4-customer-support-contact"&gt;Component 4 — Customer support contact&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-peri-urban-europe-2026/#the-full-picture"&gt;The full picture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-peri-urban-europe-2026/#what-this-means-for-geocoding-quality"&gt;What this means for geocoding quality&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-peri-urban-europe-2026/#a-note-on-what-this-model-does-not-include"&gt;A note on what this model does not include&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-peri-urban-europe-2026/#want-to-run-the-numbers-on-your-own-operation"&gt;Want to run the numbers on your own operation?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-peri-urban-europe-2026/#sources-and-assumptions"&gt;Sources and assumptions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h3 id="what-makes-peri-urban-different"&gt;What makes peri-urban different&lt;/h3&gt;
&lt;p&gt;Three structural differences drive the cost gap vs urban:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Lower stop density.&lt;/strong&gt; Urban routes average 25–40 stops per day. Peri-urban routes average 15–25. The same driver cost, spread over fewer deliveries, means a higher cost per stop - and a higher cost per failure.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Longer inter-stop distances.&lt;/strong&gt; Where an urban detour might be 3 km, a peri-urban detour to reinsert a failed stop is closer to 8–12 km. The distances between addresses are simply larger.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thinner PUDO networks.&lt;/strong&gt; Europe's 500,000+ out-of-home delivery points are concentrated in urban cores. In peri-urban zones, PUDO density drops significantly - the nearest relay point may be 5–10 km away rather than 1–2 km. In some cases there is no viable PUDO option at all, making redelivery the only path.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="the-model"&gt;The model&lt;/h3&gt;
&lt;h4 id="component-1-on-site-failure-cost-both-scenarios"&gt;Component 1 — On-site failure cost (both scenarios)&lt;/h4&gt;
&lt;p&gt;This component is largely context-independent. A failed stop costs roughly the same on-site time regardless of geography.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Item&lt;/th&gt;
&lt;th&gt;Assumption&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;On-site time (approach + attempt + departure)&lt;/td&gt;
&lt;td&gt;8 min @ €17/h&lt;/td&gt;
&lt;td&gt;€2.27&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Recipient call attempt (~60% of failures)&lt;/td&gt;
&lt;td&gt;2.5 min @ €17/h&lt;/td&gt;
&lt;td&gt;€0.43&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Subtotal&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€2.70&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;
&lt;h4 id="component-2a-redelivery-to-home-address"&gt;Component 2A — Redelivery to home address&lt;/h4&gt;
&lt;p&gt;The key difference vs urban: the detour is longer. In a peri-urban route, stops are spread across a wider area. Reinserting a failed stop into a future run means a meaningful additional distance, not just a marginal detour.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Item&lt;/th&gt;
&lt;th&gt;Assumption&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Driver time (detour + stop)&lt;/td&gt;
&lt;td&gt;22 min @ €17/h&lt;/td&gt;
&lt;td&gt;€6.23&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Fuel&lt;/td&gt;
&lt;td&gt;10 km @ €0.18/km&lt;/td&gt;
&lt;td&gt;€1.80&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Vehicle depreciation&lt;/td&gt;
&lt;td&gt;10 km @ €0.12/km&lt;/td&gt;
&lt;td&gt;€1.20&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Subtotal&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€9.23&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;em&gt;22 minutes and 10 km reflect a realistic marginal detour in a peri-urban route of 15–25 stops spread across a suburban or secondary urban zone.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="component-2b-redirect-to-pickup-point-pudolocker"&gt;Component 2B — Redirect to pickup point (PUDO/locker)&lt;/h4&gt;
&lt;p&gt;Where a PUDO network exists in the zone, the redirect path is still cheaper than redelivery - but the economics narrow compared to urban. The nearest relay point is farther, and consolidation benefits are smaller.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Item&lt;/th&gt;
&lt;th&gt;Assumption&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Driver time (detour + PUDO drop)&lt;/td&gt;
&lt;td&gt;15 min @ €17/h&lt;/td&gt;
&lt;td&gt;€4.25&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Fuel&lt;/td&gt;
&lt;td&gt;6 km @ €0.18/km&lt;/td&gt;
&lt;td&gt;€1.08&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Vehicle depreciation&lt;/td&gt;
&lt;td&gt;6 km @ €0.12/km&lt;/td&gt;
&lt;td&gt;€0.72&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Merchant commission&lt;/td&gt;
&lt;td&gt;€0.40&lt;/td&gt;
&lt;td&gt;€0.40&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Subtotal&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€6.45&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;em&gt;Where no PUDO option exists within a reasonable radius (&amp;gt;10 km), redelivery becomes the only option. This is a meaningful constraint in lower-density peri-urban zones.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="component-3-route-disruption"&gt;Component 3 — Route disruption&lt;/h4&gt;
&lt;p&gt;This is where peri-urban diverges most sharply from urban.&lt;/p&gt;
&lt;p&gt;In a dense urban route, a failed stop disrupts the stops immediately following it - the cascade is local and relatively contained. In a peri-urban route with larger inter-stop distances and fewer stops per route, the same time loss has a proportionally larger impact: the driver has less buffer, fewer stops to resequence around, and longer travel legs that make recovering the deficit harder.&lt;/p&gt;
&lt;p&gt;The nature of this disruption - and who absorbs the cost - depends on the operator's model.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For operators with salaried drivers&lt;/strong&gt;, the disruption translates into route lengthening. Time lost accumulates across the week and can contribute to crossing the overtime threshold - in France, 39 hours under the transport collective agreement, with a 25% premium beyond that.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For operators using subcontracted drivers on a daily or per-route flat fee&lt;/strong&gt; - which represents the majority of last-mile operations in France for networks such as Amazon, Chronopost, or DHL - the disruption generates a margin loss: if a subcontractor completes 18 stops instead of 20 due to time lost on a failure, they deliver less for the same flat fee.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A third case: markets with precise delivery slots.&lt;/strong&gt; In peri-urban contexts, this dynamic is more prevalent than in urban - peri-urban operations are more likely to include B2B deliveries with contractual time windows, or premium residential services with narrow slots. A failed stop in this context is a missed contractual commitment, potentially triggering SLA penalties on top of the operational cost.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Item&lt;/th&gt;
&lt;th&gt;Assumption&lt;/th&gt;
&lt;th&gt;Redelivery&lt;/th&gt;
&lt;th&gt;PUDO redirect&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Cascade delay on following stops&lt;/td&gt;
&lt;td&gt;2 stops × 8 min @ €17/h&lt;/td&gt;
&lt;td&gt;€4.53&lt;/td&gt;
&lt;td&gt;€2.27&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Dispatch rescheduling&lt;/td&gt;
&lt;td&gt;12 min @ €15/h&lt;/td&gt;
&lt;td&gt;€3.00&lt;/td&gt;
&lt;td&gt;€1.50&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Subtotal&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€7.53&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€3.77&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Route disruption is the largest single component in the redelivery scenario - €7.53, or 34% of the total.&lt;/strong&gt; In peri-urban contexts, fewer stops and longer legs mean there is less slack to absorb the cascade.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h4 id="component-4-customer-support-contact"&gt;Component 4 — Customer support contact&lt;/h4&gt;
&lt;p&gt;The contact rate dynamics are similar to urban, with one additional factor: geocoding quality in peri-urban zones tends to be less reliable. New residential developments on the urban periphery lag in address databases. Industrial parks and business zones often have poor coordinate precision. This increases the likelihood that a failure is address-related rather than recipient-absent - which in turn increases the probability of a support contact.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Item&lt;/th&gt;
&lt;th&gt;Assumption&lt;/th&gt;
&lt;th&gt;Redelivery&lt;/th&gt;
&lt;th&gt;PUDO redirect&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Scenario&lt;/td&gt;
&lt;td&gt;Contact rate&lt;/td&gt;
&lt;td&gt;Cost per contact&lt;/td&gt;
&lt;td&gt;Subtotal&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;---&lt;/td&gt;
&lt;td&gt;---&lt;/td&gt;
&lt;td&gt;---&lt;/td&gt;
&lt;td&gt;---&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Redelivery&lt;/td&gt;
&lt;td&gt;35%&lt;/td&gt;
&lt;td&gt;€8&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€2.80&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PUDO redirect&lt;/td&gt;
&lt;td&gt;12%&lt;/td&gt;
&lt;td&gt;€8&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€0.96&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;em&gt;The slightly higher contact rate vs urban (35% vs 30%) reflects the greater prevalence of address-quality issues in peri-urban zones.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="the-full-picture"&gt;The full picture&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Component&lt;/th&gt;
&lt;th&gt;Redelivery&lt;/th&gt;
&lt;th&gt;PUDO redirect&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1. On-site failure&lt;/td&gt;
&lt;td&gt;€2.70&lt;/td&gt;
&lt;td&gt;€2.70&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2. Resolution path&lt;/td&gt;
&lt;td&gt;€9.23&lt;/td&gt;
&lt;td&gt;€6.45&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3. Route disruption&lt;/td&gt;
&lt;td&gt;€7.53&lt;/td&gt;
&lt;td&gt;€3.77&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4. Customer support&lt;/td&gt;
&lt;td&gt;€2.80&lt;/td&gt;
&lt;td&gt;€0.96&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€22.26&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€13.88&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;figure style="text-align:center;margin:2em 0;"&gt;
&lt;svg width="560" viewbox="0 0 560 330" role="img" xmlns="http://www.w3.org/2000/svg"&gt;
  &lt;title&gt;Cost per failed delivery: urban vs peri-urban comparison&lt;/title&gt;
  &lt;desc&gt;Stacked bar chart comparing four cost components across urban and peri-urban redelivery scenarios. Urban totals €15.30, peri-urban totals €22.26.&lt;/desc&gt;

  &lt;text x="280" y="16" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="12" font-weight="600" fill="#2C2C2A"&gt;Redelivery cost per failed delivery — urban vs peri-urban (€)&lt;/text&gt;

  &lt;rect x="64" y="32" width="10" height="10" rx="2" fill="#5DCAA5"&gt;&lt;/rect&gt;
  &lt;text x="79" y="41" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#5F5E5A"&gt;On-site failure&lt;/text&gt;
  &lt;rect x="185" y="32" width="10" height="10" rx="2" fill="#378ADD"&gt;&lt;/rect&gt;
  &lt;text x="200" y="41" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#5F5E5A"&gt;Resolution path&lt;/text&gt;
  &lt;rect x="316" y="32" width="10" height="10" rx="2" fill="#D85A30"&gt;&lt;/rect&gt;
  &lt;text x="331" y="41" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#5F5E5A"&gt;Route disruption&lt;/text&gt;
  &lt;rect x="450" y="32" width="10" height="10" rx="2" fill="#888780"&gt;&lt;/rect&gt;
  &lt;text x="465" y="41" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#5F5E5A"&gt;Support&lt;/text&gt;

  &lt;line x1="84" y1="282" x2="500" y2="282" stroke="#B4B2A9" stroke-width="0.5"&gt;&lt;/line&gt;
  &lt;line x1="84" y1="237" x2="500" y2="237" stroke="#D3D1C7" stroke-width="0.5" stroke-dasharray="3 3"&gt;&lt;/line&gt;
  &lt;line x1="84" y1="192" x2="500" y2="192" stroke="#D3D1C7" stroke-width="0.5" stroke-dasharray="3 3"&gt;&lt;/line&gt;
  &lt;line x1="84" y1="102" x2="500" y2="102" stroke="#D3D1C7" stroke-width="0.5" stroke-dasharray="3 3"&gt;&lt;/line&gt;

  &lt;text x="78" y="286" text-anchor="end" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#888780"&gt;€0&lt;/text&gt;
  &lt;text x="78" y="241" text-anchor="end" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#888780"&gt;€5&lt;/text&gt;
  &lt;text x="78" y="196" text-anchor="end" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#888780"&gt;€10&lt;/text&gt;
  &lt;text x="78" y="106" text-anchor="end" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#888780"&gt;€20&lt;/text&gt;

  &lt;!-- Urbain --&gt;
  &lt;rect x="130" y="262.6" width="100" height="19.4" fill="#888780"&gt;&lt;/rect&gt;
  &lt;rect x="130" y="214.9" width="100" height="47.7" fill="#D85A30"&gt;&lt;/rect&gt;
  &lt;rect x="130" y="180.1" width="100" height="34.8" fill="#378ADD"&gt;&lt;/rect&gt;
  &lt;rect x="130" y="158.3" width="100" height="21.8" fill="#5DCAA5"&gt;&lt;/rect&gt;
  &lt;rect x="130" y="154.3" width="100" height="7" rx="3" fill="#5DCAA5"&gt;&lt;/rect&gt;
  &lt;text x="180" y="146" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="13" font-weight="600" fill="#2C2C2A"&gt;€15.30&lt;/text&gt;
  &lt;text x="180" y="300" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="12" fill="#5F5E5A"&gt;Urban&lt;/text&gt;

  &lt;!-- Péri-urbain --&gt;
  &lt;rect x="320" y="259.4" width="100" height="22.6" fill="#888780"&gt;&lt;/rect&gt;
  &lt;rect x="320" y="198.5" width="100" height="60.9" fill="#D85A30"&gt;&lt;/rect&gt;
  &lt;rect x="320" y="123.9" width="100" height="74.6" fill="#378ADD"&gt;&lt;/rect&gt;
  &lt;rect x="320" y="102.1" width="100" height="21.8" fill="#5DCAA5"&gt;&lt;/rect&gt;
  &lt;rect x="320" y="98.1" width="100" height="7" rx="3" fill="#5DCAA5"&gt;&lt;/rect&gt;
  &lt;text x="370" y="90" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="13" font-weight="600" fill="#2C2C2A"&gt;€22.26&lt;/text&gt;
  &lt;text x="370" y="300" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="12" fill="#5F5E5A"&gt;Peri-urban&lt;/text&gt;

  &lt;!-- Flèche +45% --&gt;
  &lt;line x1="230" y1="155" x2="318" y2="100" stroke="#888780" stroke-width="1" stroke-dasharray="3 2"&gt;&lt;/line&gt;
  &lt;text x="278" y="118" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="12" font-weight="600" fill="#D85A30"&gt;+45%&lt;/text&gt;
&lt;/svg&gt;
&lt;/figure&gt;

&lt;p&gt;With a low–high range across assumptions:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Scenario&lt;/th&gt;
&lt;th&gt;Low&lt;/th&gt;
&lt;th&gt;Central&lt;/th&gt;
&lt;th&gt;High&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Redelivery&lt;/td&gt;
&lt;td&gt;€16.00&lt;/td&gt;
&lt;td&gt;€22.26&lt;/td&gt;
&lt;td&gt;€28.50&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PUDO redirect&lt;/td&gt;
&lt;td&gt;€9.70&lt;/td&gt;
&lt;td&gt;€13.88&lt;/td&gt;
&lt;td&gt;€18.10&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The peri-urban redelivery cost at €22.26 is 45% higher than the urban equivalent (€15.30).&lt;/strong&gt; This reflects the structural reality of lower stop density and longer detours - not exceptional conditions, just standard peri-urban operations.&lt;/p&gt;
&lt;p&gt;Where PUDO networks exist in peri-urban zones, the savings vs redelivery are even larger than in urban: &lt;strong&gt;€8.38 saved per failure&lt;/strong&gt; vs €6.02 in urban. The rarer the PUDO option, the more valuable it becomes when it's available.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h3 id="what-this-means-for-geocoding-quality"&gt;What this means for geocoding quality&lt;/h3&gt;
&lt;p&gt;The geocoding problem is more significant in peri-urban contexts for two reasons.&lt;/p&gt;
&lt;p&gt;First, address data quality degrades at the urban periphery. New residential developments, industrial zones, and business parks on city fringes are consistently slower to appear in geocoding databases - and when they do appear, precision is often street-level rather than rooftop.&lt;/p&gt;
&lt;p&gt;Second, the cost of getting it wrong is higher. At €22.26 per failure vs €15.30 in urban, the same root cause generates 45% more damage. And beyond failed deliveries, degraded coordinates affect every route that runs through those addresses - see our &lt;a href="https://coordable.co/blog/geocoding-routing-impact-france-2026/"&gt;routing simulation&lt;/a&gt; for the direct impact on driver time and distance.&lt;/p&gt;
&lt;p&gt;Various industry studies estimate 20–25% of delivery failures trace back to incorrect address data. Applied to peri-urban operations:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;An operator running &lt;strong&gt;30,000 deliveries/month&lt;/strong&gt; in peri-urban zones at an &lt;strong&gt;8% failure rate&lt;/strong&gt;:
- ~2,400 failed deliveries per month
- ~540 attributable to address or geocoding issues
- At €22.26 per failure: &lt;strong&gt;~€12,000/month in avoidable cost&lt;/strong&gt;
- Cost of a quality geocoding pipeline for those same addresses: typically &lt;strong&gt;€12–€110&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h3 id="a-note-on-what-this-model-does-not-include"&gt;A note on what this model does not include&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Customer churn.&lt;/strong&gt; Relevant to retailers, not carriers. An e-commerce operator running this model for their own context should add it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Return-to-depot logistics.&lt;/strong&gt; Particularly significant in peri-urban zones where PUDO is unavailable - an undeliverable parcel must travel further to return to depot. Both exclusions make the estimates above conservative.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;The figures above apply to peri-urban B2C operations in a European context. Rural contexts are more extreme still - longer distances, near-absent PUDO networks, and substantially higher per-stop costs. We cover those in the &lt;a href="https://coordable.co/blog/cost-failed-delivery-rural-europe-2026/"&gt;next post&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="want-to-run-the-numbers-on-your-own-operation"&gt;Want to run the numbers on your own operation?&lt;/h3&gt;
&lt;p&gt;If you're working on address quality or last-mile cost reduction in peri-urban or mixed-density contexts, we'd be happy to talk through how geocoding quality affects your specific setup.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Coordable&lt;/strong&gt; helps logistics and operations teams build multi-provider geocoding pipelines that surface address issues before dispatch, not after. &lt;a href="mailto:contact@coordable.co"&gt;Get in touch&lt;/a&gt; to run the numbers on your own operation.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h3 id="sources-and-assumptions"&gt;Sources and assumptions&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Driver hourly wage (€17/h fully loaded)&lt;/strong&gt; - Median gross wage for delivery drivers in France: €12–€13/h (Indeed, JOBTransport, 2025; CCN Transport routier logistique, May 2025: €11.91–€19.27/h). Employer contributions ~30% (Urssaf, 2025). Fully loaded: €12.50 × 1.30 = €16.25/h, rounded to €17/h.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Fuel cost (€0.18/km)&lt;/strong&gt; - Average diesel price France 2025: €1.6186/L (prixdubaril.com / Ministry of Ecological Transition, January 2026). LCV peri-urban consumption: 11L/100km.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Vehicle depreciation (€0.12/km)&lt;/strong&gt; - French fiscal mileage allowance 2024–2025 (BOFiP, BOI-BAREME-000003).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Peri-urban stops per route (15–25/day)&lt;/strong&gt; - Upper Inc., &lt;em&gt;Last-Mile Delivery Route Optimization Guide&lt;/em&gt;, 2026.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Detour distance and time (10 km / 22 min)&lt;/strong&gt; - Internal estimate based on peri-urban route geometry and stop density data.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;PUDO network density in peri-urban zones&lt;/strong&gt; - &lt;a href="https://nshift.com/blog/eu-parcel-locker-growth-in-2025-what-it-means-for-retailers"&gt;nShift, &lt;em&gt;EU Parcel Locker Growth in 2025&lt;/em&gt;&lt;/a&gt;, 2025.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;PUDO merchant commission (€0.40)&lt;/strong&gt; - Published rates from Pickup, Mondial Relay, Relais Colis, 2025.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Cascade disruption (2 stops × 8 min)&lt;/strong&gt; - Internal estimate. No published benchmark identified.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Human contact rate (35%)&lt;/strong&gt; - Slightly higher than urban (30%) to reflect greater address-quality issues in peri-urban zones. &lt;a href="https://wismolabs.com/what-is-wismo/"&gt;WISMOlabs, &lt;em&gt;What Is WISMO?&lt;/em&gt;&lt;/a&gt;, 2025.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Dispatch/support agent wage (€15/h fully loaded)&lt;/strong&gt; - Estimate by analogy with CCN Transport routier, administrative roles.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Address-related failure rate (20–25%)&lt;/strong&gt; - Composite estimate, last-mile industry studies 2021–2024.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Geocoding pipeline cost&lt;/strong&gt; - Estimated using BAN (free, open source) as primary geocoder, with a premium provider (Google Geocoding API, ~€0.005/address) triggered only on addresses where BAN confidence score falls below 0.7 - roughly 15-20% of a typical French address file. This cascading approach is the architecture Coordable is built around: &lt;a href="https://coordable.co"&gt;coordable.co&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;</description><guid>https://coordable.co/fr/blog/cost-failed-delivery-peri-urban-europe-2026/</guid><pubDate>Tue, 14 Apr 2026 11:00:00 GMT</pubDate></item><item><title>The €17 failed delivery: everyone cites it, nobody shows the math</title><link>https://coordable.co/fr/blog/cost-failed-delivery-urban-europe-2026/</link><dc:creator>Julien Crétin</dc:creator><description>&lt;p&gt;Search for "cost of a failed delivery" and you find the same figure everywhere: somewhere between €15 and €20 per failed order. It shows up in industry reports, logistics blogs, carrier decks. Sometimes €17, sometimes €18, sometimes just "around €17." The number circulates freely.&lt;/p&gt;
&lt;p&gt;What never appears alongside it is a breakdown.&lt;/p&gt;
&lt;p&gt;We rebuilt the estimate from scratch, line by line, with explicit assumptions, for a realistic urban B2C context in Europe in 2026. And we modeled two scenarios, because not all failed deliveries end the same way.&lt;/p&gt;
&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-urban-europe-2026/#two-paths-after-a-failed-first-attempt"&gt;Two paths after a failed first attempt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-urban-europe-2026/#the-model"&gt;The model&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-urban-europe-2026/#component-1-on-site-failure-cost-both-scenarios"&gt;Component 1 - On-site failure cost (both scenarios)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-urban-europe-2026/#component-2a-redelivery-to-home-address"&gt;Component 2A - Redelivery to home address&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-urban-europe-2026/#component-2b-redirect-to-pickup-point"&gt;Component 2B - Redirect to pickup point&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-urban-europe-2026/#component-3-route-disruption"&gt;Component 3 - Route disruption&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-urban-europe-2026/#component-4-customer-support-contact"&gt;Component 4 - Customer support contact&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-urban-europe-2026/#the-full-picture"&gt;The full picture&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-urban-europe-2026/#what-this-means-for-geocoding-quality"&gt;What this means for geocoding quality&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-urban-europe-2026/#a-note-on-what-this-model-does-not-include"&gt;A note on what this model does not include&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-urban-europe-2026/#want-to-run-the-numbers-on-your-own-operation"&gt;Want to run the numbers on your own operation?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://coordable.co/fr/blog/cost-failed-delivery-urban-europe-2026/#sources-and-assumptions"&gt;Sources and assumptions&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h3 id="two-paths-after-a-failed-first-attempt"&gt;Two paths after a failed first attempt&lt;/h3&gt;
&lt;p&gt;When a delivery attempt fails, operators have two main options:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Redeliver to the home address.&lt;/strong&gt; Schedule a second attempt, slot it into a future route, try again.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Redirect to a pickup point (PUDO/locker).&lt;/strong&gt; Drop the parcel at a nearby relay point, a staffed shop or an automated locker, and notify the recipient to collect at their convenience.&lt;/p&gt;
&lt;figure style="max-width:680px;margin:1.5em 0;"&gt;
&lt;svg width="100%" viewbox="0 0 680 220" role="img" xmlns="http://www.w3.org/2000/svg"&gt;
  &lt;title&gt;Two paths after a failed delivery attempt&lt;/title&gt;
  &lt;desc&gt;A flowchart showing that a failed delivery attempt splits into two paths: redelivery to home address, or redirect to a PUDO pickup point.&lt;/desc&gt;
  &lt;defs&gt;
    &lt;marker id="arr-flow" viewbox="0 0 10 10" refx="8" refy="5" markerwidth="6" markerheight="6" orient="auto-start-reverse"&gt;
      &lt;path d="M2 1L8 5L2 9" fill="none" stroke="#9c9a92" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"&gt;&lt;/path&gt;
    &lt;/marker&gt;
  &lt;/defs&gt;

  &lt;rect x="215" y="20" width="250" height="52" rx="8" fill="#FAECE7" stroke="#993C1D" stroke-width="0.5"&gt;&lt;/rect&gt;
  &lt;text x="340" y="42" text-anchor="middle" dominant-baseline="central" font-family="system-ui,-apple-system,sans-serif" font-size="13" font-weight="600" fill="#712B13"&gt;Failed delivery attempt&lt;/text&gt;
  &lt;text x="340" y="60" text-anchor="middle" dominant-baseline="central" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#993C1D"&gt;Driver on-site, recipient absent&lt;/text&gt;

  &lt;path d="M290 72 L175 140" fill="none" stroke="#9c9a92" stroke-width="1" marker-end="url(#arr-flow)"&gt;&lt;/path&gt;
  &lt;path d="M390 72 L505 140" fill="none" stroke="#9c9a92" stroke-width="1" marker-end="url(#arr-flow)"&gt;&lt;/path&gt;

  &lt;rect x="60" y="140" width="230" height="56" rx="8" fill="#E1F5EE" stroke="#0F6E56" stroke-width="0.5"&gt;&lt;/rect&gt;
  &lt;text x="175" y="162" text-anchor="middle" dominant-baseline="central" font-family="system-ui,-apple-system,sans-serif" font-size="13" font-weight="600" fill="#085041"&gt;Redeliver to home&lt;/text&gt;
  &lt;text x="175" y="180" text-anchor="middle" dominant-baseline="central" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#0F6E56"&gt;Slotted into a future route&lt;/text&gt;

  &lt;rect x="390" y="140" width="230" height="56" rx="8" fill="#E1F5EE" stroke="#0F6E56" stroke-width="0.5"&gt;&lt;/rect&gt;
  &lt;text x="505" y="162" text-anchor="middle" dominant-baseline="central" font-family="system-ui,-apple-system,sans-serif" font-size="13" font-weight="600" fill="#085041"&gt;Redirect to PUDO&lt;/text&gt;
  &lt;text x="505" y="180" text-anchor="middle" dominant-baseline="central" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#0F6E56"&gt;Nearest relay point or locker&lt;/text&gt;
&lt;/svg&gt;
&lt;/figure&gt;

&lt;p&gt;The second path is growing fast. Out-of-home delivery networks in Europe &lt;a href="https://nshift.com/blog/eu-parcel-locker-growth-in-2025-what-it-means-for-retailers"&gt;now exceed 500,000 points&lt;/a&gt;. In France alone, the three main networks (Pickup, Mondial Relay, Relais Colis) cover over 37,000 relay points. Redirecting to a PUDO is no longer a fallback; in many operations it is the default response to a failed first attempt.&lt;/p&gt;
&lt;p&gt;The cost profiles of these two paths are meaningfully different. We modeled both.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="the-model"&gt;The model&lt;/h3&gt;
&lt;h4 id="component-1-on-site-failure-cost-both-scenarios"&gt;Component 1 - On-site failure cost (both scenarios)&lt;/h4&gt;
&lt;p&gt;Before any decision about what happens next, a failed stop already costs something. The driver arrived, attempted delivery, documented the failure, and departed. That time is gone regardless of what follows.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Item&lt;/th&gt;
&lt;th&gt;Assumption&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;On-site time (approach + attempt + departure)&lt;/td&gt;
&lt;td&gt;8 min @ €17/h&lt;/td&gt;
&lt;td&gt;€2.27&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Recipient call attempt&lt;/td&gt;
&lt;td&gt;2.5 min @ €17/h (~60% of failures)&lt;/td&gt;
&lt;td&gt;€0.43&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Subtotal&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€2.70&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;em&gt;The call is not systematic - carriers typically place it when the address is unclear or the recipient was expected to be home. We estimate it occurs in roughly 60% of failed attempts.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="component-2a-redelivery-to-home-address"&gt;Component 2A - Redelivery to home address&lt;/h4&gt;
&lt;p&gt;The package gets slotted back into a future route. The marginal cost is the detour: the extra time and distance to work that stop back into an existing run. Not a dedicated trip, just the incremental cost of squeezing it in.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Item&lt;/th&gt;
&lt;th&gt;Assumption&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Driver time (detour + stop)&lt;/td&gt;
&lt;td&gt;12 min @ €17/h&lt;/td&gt;
&lt;td&gt;€3.40&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Fuel&lt;/td&gt;
&lt;td&gt;3 km @ €0.18/km&lt;/td&gt;
&lt;td&gt;€0.54&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Vehicle depreciation&lt;/td&gt;
&lt;td&gt;3 km @ €0.12/km&lt;/td&gt;
&lt;td&gt;€0.36&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Subtotal&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€4.30&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;em&gt;12 minutes and 3 km reflect a marginal detour within a dense urban route. In peri-urban or rural contexts, these figures are significantly higher.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="component-2b-redirect-to-pickup-point"&gt;Component 2B - Redirect to pickup point&lt;/h4&gt;
&lt;p&gt;The driver diverts to the nearest relay point on the same or next run. A PUDO stop is fast: 1.5-2 minutes vs 6-7 minutes for a residential delivery, because consolidation means multiple parcels per stop. Detour distance is short in a dense urban network.&lt;/p&gt;
&lt;p&gt;There is also a cost that most estimates miss: the commission paid by the carrier to the merchant hosting the relay point. In France, this runs €0.30-€0.50 per parcel depending on the network (Mondial Relay, Pickup, Relais Colis). Small, but real, and exactly the kind of line item that gets lost when a figure is simply quoted without a breakdown.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Item&lt;/th&gt;
&lt;th&gt;Assumption&lt;/th&gt;
&lt;th&gt;Cost&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Driver time (detour + PUDO drop)&lt;/td&gt;
&lt;td&gt;7 min @ €17/h&lt;/td&gt;
&lt;td&gt;€1.98&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Fuel&lt;/td&gt;
&lt;td&gt;1.5 km @ €0.18/km&lt;/td&gt;
&lt;td&gt;€0.27&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Vehicle depreciation&lt;/td&gt;
&lt;td&gt;1.5 km @ €0.12/km&lt;/td&gt;
&lt;td&gt;€0.18&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Merchant commission&lt;/td&gt;
&lt;td&gt;€0.40&lt;/td&gt;
&lt;td&gt;€0.40&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Subtotal&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€2.83&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;
&lt;h4 id="component-3-route-disruption"&gt;Component 3 - Route disruption&lt;/h4&gt;
&lt;p&gt;This is the component that almost never appears in cost estimates, and the one we think matters most.&lt;/p&gt;
&lt;p&gt;A failed stop does not happen in isolation. The driver spent time on-site. In a tightly scheduled urban run of 20-30 stops, that time ripples downstream. The nature of this disruption, and who absorbs the cost, depends on the operator's model.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For operators with salaried drivers&lt;/strong&gt;, the disruption translates into route lengthening. Time lost accumulates across the week and can contribute to crossing the overtime threshold: in France, 39 hours under the transport collective agreement, with a 25% premium beyond that. The marginal cost is real but diffuse: it rarely maps cleanly to a single failed stop.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;For operators using subcontracted drivers on a daily or per-route flat fee&lt;/strong&gt;, which represents the majority of last-mile operations in France for networks such as Amazon, Chronopost, or DHL, the disruption does not generate overtime. It generates a margin loss: if a subcontractor completes 18 stops instead of 20 due to time lost on a failure, they deliver less for the same flat fee. The cost is real, but it sits with the subcontractor rather than the network operator. Operators on this model can calibrate the disruption cost by dividing their daily flat rate by the number of planned stops.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A third case: markets with precise delivery slots.&lt;/strong&gt; In the UK, Germany, and increasingly in premium services across Europe, recipients select a 1-2 hour window at checkout. In this context, a failed stop is not just a time loss; it is a missed contractual commitment, and SLA-based contracts can trigger financial penalties: a cost that does not appear in any per-failed-delivery model, but is very real at scale. We do not include it in our central estimate, but operators on slot-based markets should factor it in.&lt;/p&gt;
&lt;p&gt;In all three cases, dispatch rescheduling remains a fixed cost: someone must handle the failed stop, reassign it, and notify the recipient.&lt;/p&gt;
&lt;p&gt;There is no published benchmark for the cascade effect specifically. We modeled it conservatively and flag it as an assumption operators should calibrate against their own route data.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Item&lt;/th&gt;
&lt;th&gt;Assumption&lt;/th&gt;
&lt;th&gt;Redelivery&lt;/th&gt;
&lt;th&gt;PUDO redirect&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Cascade delay on following stops&lt;/td&gt;
&lt;td&gt;3 stops × 4 min @ €17/h&lt;/td&gt;
&lt;td&gt;€3.40&lt;/td&gt;
&lt;td&gt;€1.70&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Dispatch rescheduling&lt;/td&gt;
&lt;td&gt;10 min @ €15/h&lt;/td&gt;
&lt;td&gt;€2.50&lt;/td&gt;
&lt;td&gt;€1.25&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Subtotal&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€5.90&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€2.95&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;em&gt;The €17/h figure is an approximation of the real operational cost in both salaried and subcontracted models - marginal hourly cost for salaried drivers, opportunity cost per undelivered stop for flat-fee subcontractors.&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Route disruption accounts for roughly 40% of the total cost in the redelivery scenario.&lt;/strong&gt; It is the component most directly amplified by address quality issues - and the one almost entirely invisible in standard last-mile cost reporting.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h4 id="component-4-customer-support-contact"&gt;Component 4 - Customer support contact&lt;/h4&gt;
&lt;p&gt;In 2026, most platforms automatically notify recipients of a failed attempt and offer self-service rescheduling. The majority of failures do not generate a human support contact. But a meaningful share do: particularly when the address is genuinely unresolvable, the automated flow breaks down, or the delay exceeds the customer's tolerance.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://wismolabs.com/what-is-wismo/"&gt;Industry data on post-failure contact rates&lt;/a&gt; shows that well-optimized operators with proactive SMS/WhatsApp notifications see human contact rates around 15%. Average operators without strong visibility tooling can exceed 40%. We use 30% as a central estimate.&lt;/p&gt;
&lt;p&gt;For PUDO redirects, the contact rate drops significantly: the recipient gets an automatic notification, the package is safe, and there is nothing to escalate.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Item&lt;/th&gt;
&lt;th&gt;Redelivery&lt;/th&gt;
&lt;th&gt;PUDO redirect&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Human contact rate&lt;/td&gt;
&lt;td&gt;30%&lt;/td&gt;
&lt;td&gt;10%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Cost per contact (internal dispatch or support)&lt;/td&gt;
&lt;td&gt;€8&lt;/td&gt;
&lt;td&gt;€8&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Subtotal&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€2.40&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€0.80&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;hr&gt;
&lt;h3 id="the-full-picture"&gt;The full picture&lt;/h3&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Component&lt;/th&gt;
&lt;th&gt;Redelivery&lt;/th&gt;
&lt;th&gt;PUDO redirect&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1. On-site failure&lt;/td&gt;
&lt;td&gt;€2.70&lt;/td&gt;
&lt;td&gt;€2.70&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2. Resolution path&lt;/td&gt;
&lt;td&gt;€4.30&lt;/td&gt;
&lt;td&gt;€2.83&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3. Route disruption&lt;/td&gt;
&lt;td&gt;€5.90&lt;/td&gt;
&lt;td&gt;€2.95&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4. Customer support&lt;/td&gt;
&lt;td&gt;€2.40&lt;/td&gt;
&lt;td&gt;€0.80&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Total&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€15.30&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;€9.28&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;figure style="text-align:center;margin:2em 0;"&gt;
&lt;svg width="560" viewbox="0 0 560 320" role="img" xmlns="http://www.w3.org/2000/svg"&gt;
  &lt;title&gt;Cost breakdown per failed delivery: redelivery vs PUDO redirect&lt;/title&gt;
  &lt;desc&gt;Stacked bar chart comparing four cost components across two scenarios. Redelivery totals €15.30, PUDO redirect totals €9.28. Route disruption is the largest single component in the redelivery scenario.&lt;/desc&gt;

  &lt;text x="280" y="16" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="12" font-weight="600" fill="#2C2C2A"&gt;Cost per failed delivery (€)&lt;/text&gt;

  &lt;rect x="64" y="30" width="10" height="10" rx="2" fill="#5DCAA5"&gt;&lt;/rect&gt;
  &lt;text x="79" y="39" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#5F5E5A"&gt;On-site failure&lt;/text&gt;
  &lt;rect x="185" y="30" width="10" height="10" rx="2" fill="#378ADD"&gt;&lt;/rect&gt;
  &lt;text x="200" y="39" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#5F5E5A"&gt;Resolution path&lt;/text&gt;
  &lt;rect x="316" y="30" width="10" height="10" rx="2" fill="#D85A30"&gt;&lt;/rect&gt;
  &lt;text x="331" y="39" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#5F5E5A"&gt;Route disruption&lt;/text&gt;
  &lt;rect x="450" y="30" width="10" height="10" rx="2" fill="#888780"&gt;&lt;/rect&gt;
  &lt;text x="465" y="39" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#5F5E5A"&gt;Support&lt;/text&gt;

  &lt;line x1="84" y1="272" x2="500" y2="272" stroke="#B4B2A9" stroke-width="0.5"&gt;&lt;/line&gt;
  &lt;line x1="84" y1="214" x2="500" y2="214" stroke="#D3D1C7" stroke-width="0.5" stroke-dasharray="3 3"&gt;&lt;/line&gt;
  &lt;line x1="84" y1="155" x2="500" y2="155" stroke="#D3D1C7" stroke-width="0.5" stroke-dasharray="3 3"&gt;&lt;/line&gt;
  &lt;line x1="84" y1="96" x2="500" y2="96" stroke="#D3D1C7" stroke-width="0.5" stroke-dasharray="3 3"&gt;&lt;/line&gt;

  &lt;text x="78" y="276" text-anchor="end" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#888780"&gt;€0&lt;/text&gt;
  &lt;text x="78" y="218" text-anchor="end" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#888780"&gt;€5&lt;/text&gt;
  &lt;text x="78" y="159" text-anchor="end" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#888780"&gt;€10&lt;/text&gt;
  &lt;text x="78" y="100" text-anchor="end" font-family="system-ui,-apple-system,sans-serif" font-size="11" fill="#888780"&gt;€15&lt;/text&gt;

  &lt;rect x="130" y="242.2" width="110" height="29.8" fill="#888780"&gt;&lt;/rect&gt;
  &lt;rect x="130" y="172.8" width="110" height="69.4" fill="#D85A30"&gt;&lt;/rect&gt;
  &lt;rect x="130" y="113.0" width="110" height="59.8" fill="#378ADD"&gt;&lt;/rect&gt;
  &lt;rect x="130" y="75.6" width="110" height="37.4" fill="#5DCAA5"&gt;&lt;/rect&gt;
  &lt;rect x="130" y="71.6" width="110" height="8" rx="3" fill="#5DCAA5"&gt;&lt;/rect&gt;

  &lt;text x="185" y="64" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="13" font-weight="600" fill="#2C2C2A"&gt;€15.30&lt;/text&gt;
  &lt;text x="185" y="292" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="12" fill="#5F5E5A"&gt;Redelivery&lt;/text&gt;

  &lt;rect x="320" y="262.4" width="110" height="9.6" fill="#888780"&gt;&lt;/rect&gt;
  &lt;rect x="320" y="221.6" width="110" height="40.8" fill="#D85A30"&gt;&lt;/rect&gt;
  &lt;rect x="320" y="187.4" width="110" height="34.2" fill="#378ADD"&gt;&lt;/rect&gt;
  &lt;rect x="320" y="149.8" width="110" height="37.6" fill="#5DCAA5"&gt;&lt;/rect&gt;
  &lt;rect x="320" y="145.8" width="110" height="8" rx="3" fill="#5DCAA5"&gt;&lt;/rect&gt;

  &lt;text x="375" y="138" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="13" font-weight="600" fill="#2C2C2A"&gt;€9.28&lt;/text&gt;
  &lt;text x="375" y="292" text-anchor="middle" font-family="system-ui,-apple-system,sans-serif" font-size="12" fill="#5F5E5A"&gt;PUDO redirect&lt;/text&gt;
&lt;/svg&gt;
&lt;/figure&gt;

&lt;p&gt;With a low-high range across assumptions:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Scenario&lt;/th&gt;
&lt;th&gt;Low&lt;/th&gt;
&lt;th&gt;Central&lt;/th&gt;
&lt;th&gt;High&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Redelivery&lt;/td&gt;
&lt;td&gt;€11.00&lt;/td&gt;
&lt;td&gt;€15.30&lt;/td&gt;
&lt;td&gt;€19.60&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PUDO redirect&lt;/td&gt;
&lt;td&gt;€6.50&lt;/td&gt;
&lt;td&gt;€9.28&lt;/td&gt;
&lt;td&gt;€12.10&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Our central redelivery estimate of &lt;strong&gt;€15.30&lt;/strong&gt; sits within the €15-€20 range commonly cited in industry reports: a useful sanity check. But where those figures are self-reported averages with no decomposition, this model shows where the money goes. Route disruption is the largest single component, and it is almost entirely invisible in standard last-mile cost reporting.&lt;/p&gt;
&lt;p&gt;The PUDO path at &lt;strong&gt;€9.28&lt;/strong&gt; is meaningfully cheaper - not because the logistics are simpler, but because the cascade is shorter and the customer contact rate drops. The merchant commission is real but minor.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="what-this-means-for-geocoding-quality"&gt;What this means for geocoding quality&lt;/h3&gt;
&lt;p&gt;The model above assumes a generic failed delivery: recipient absent, address found, no particular navigation issue. In practice, not all failures are equal.&lt;/p&gt;
&lt;p&gt;When a failure is caused by a bad geocode: the driver is routed to the wrong area, cannot locate the address, and spends additional time on-site trying to find it. Two things happen. First, the on-site time (Component 1) increases. Second, and more importantly, the route disruption (Component 3) is amplified: more time lost on that stop means a larger downstream cascade. We quantified this routing impact separately - &lt;a href="https://coordable.co/blog/geocoding-routing-impact-france-2026/"&gt;see our routing simulation on 10,000 French addresses&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Various industry studies estimate that between 20% and 25% of delivery failures trace back to incorrect or unresolvable address data. Applied to the redelivery scenario:&lt;/p&gt;
&lt;p&gt;An operator running &lt;strong&gt;50,000 deliveries/month&lt;/strong&gt; at an &lt;strong&gt;8% failure rate&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;~4,000 failed deliveries per month&lt;/li&gt;
&lt;li&gt;~900 of those attributable to address or geocoding issues&lt;/li&gt;
&lt;li&gt;At €15.30 per failure: &lt;strong&gt;~€13,800/month in avoidable cost&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;The cost of running those same 50,000 addresses through a quality geocoding pipeline before dispatch: typically &lt;strong&gt;€20-€180&lt;/strong&gt;, depending on provider mix and cascading strategy.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h3 id="a-note-on-what-this-model-does-not-include"&gt;A note on what this model does not include&lt;/h3&gt;
&lt;p&gt;Two cost categories are deliberately excluded:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Customer churn.&lt;/strong&gt; A failed delivery affects repurchase intent: research consistently shows 20-25% of recipients do not reorder after a poor delivery experience. This is a real and significant cost, but it falls primarily on the retailer, not the carrier. An e-commerce operator building this model for their own operation should add it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Return-to-depot logistics.&lt;/strong&gt; When a package cannot be delivered and is not redirected to a PUDO point, it must be returned to the depot or sender. We have not modeled this, as handling varies significantly by operator and contract structure.&lt;/p&gt;
&lt;p&gt;Both exclusions make the estimates above conservative.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;em&gt;The figures above apply to dense urban B2C operations in a European context. Peri-urban and rural contexts change the calculus significantly: longer detours, fewer PUDO options, higher cascade costs per failed stop. We cover both in the next posts in this series: &lt;a href="https://coordable.co/blog/cost-failed-delivery-peri-urban-europe-2026/"&gt;peri-urban (€22.26)&lt;/a&gt;, &lt;a href="https://coordable.co/blog/cost-failed-delivery-rural-europe-2026/"&gt;rural (€42.14)&lt;/a&gt;, and a &lt;a href="https://coordable.co/blog/cost-failed-delivery-eu-vs-us-2026/"&gt;EU vs US comparison&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="want-to-run-the-numbers-on-your-own-operation"&gt;Want to run the numbers on your own operation?&lt;/h3&gt;
&lt;p&gt;If you're working on geocoding quality or last-mile cost reduction, we'd be happy to talk through how address data affects your specific setup.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Coordable&lt;/strong&gt; helps logistics and operations teams build multi-provider geocoding pipelines that surface address issues before dispatch, not after. &lt;a href="mailto:contact@coordable.co"&gt;Get in touch&lt;/a&gt; - we're always up for a conversation about how geocoding quality affects delivery performance.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h3 id="sources-and-assumptions"&gt;Sources and assumptions&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Driver hourly wage (€17/h fully loaded)&lt;/strong&gt; - Median gross wage for delivery drivers in France: €12-€13/h (Indeed, Glassdoor, JOBTransport, 2025; CCN Transport routier logistique, driver pay scale as of May 1, 2025: €11.91-€19.27/h). Employer social contributions: average rate ~30% of gross wage in 2025, range 25-42% depending on company size and applicable exemptions (Urssaf / Staffmatch, 2025). Estimated fully loaded cost: €12.50/h x 1.30 = €16.25/h, rounded to €17/h.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Fuel cost (€0.18/km)&lt;/strong&gt; - Average diesel price in France, annual average 2025: €1.6186/L (prixdubaril.com / French Ministry of Ecological Transition, January 2026). Light commercial vehicle urban fuel consumption: 11L/100km. Fuel cost: €1.62 x 0.11 = €0.178/km, rounded to €0.18/km.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Vehicle depreciation (€0.12/km)&lt;/strong&gt; - French fiscal mileage allowance 2024-2025 (BOFiP, BOI-BAREME-000003), depreciation/maintenance component excluding fuel, light commercial vehicle.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;PUDO stop time (1.5-2 min vs 6-7 min residential)&lt;/strong&gt; - Parcelhive, &lt;em&gt;Last-Mile Delivery Economics: Save 50% with Lockers&lt;/em&gt;, 2025.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;PUDO merchant commission (€0.30-€0.50/parcel)&lt;/strong&gt; - Published rates from Pickup (Groupe La Poste), Mondial Relay, Relais Colis, 2025. Central value: €0.40.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Out-of-home delivery network size (500,000+ points in Europe)&lt;/strong&gt; - &lt;a href="https://nshift.com/blog/eu-parcel-locker-growth-in-2025-what-it-means-for-retailers"&gt;nShift, &lt;em&gt;EU Parcel Locker Growth in 2025&lt;/em&gt;&lt;/a&gt;, 2025.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Address-related failure rate (20-25%)&lt;/strong&gt; - Composite estimate, last-mile industry studies 2021-2024.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Human contact rate on failed deliveries (15-40%)&lt;/strong&gt; - &lt;a href="https://wismolabs.com/what-is-wismo/"&gt;WISMOlabs, &lt;em&gt;What Is WISMO? Definition, Meaning &amp;amp; Rate Benchmarks&lt;/em&gt;&lt;/a&gt;, 2025.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Dispatch/support agent wage (€15/h fully loaded)&lt;/strong&gt; - Estimate by analogy with CCN Transport routier, administrative/operational roles. Gross wage ~€12/h, fully loaded cost ~€15/h.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;First-attempt failure rate (8%)&lt;/strong&gt; - Composite estimate, last-mile industry reports 2021-2025.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Cascade delay assumption (3 stops x 4 min)&lt;/strong&gt; - Internal estimate, no published benchmark identified. Conservative assumption for a dense urban route of 20-30 stops.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Geocoding pipeline cost&lt;/strong&gt; - Estimated using BAN (free, open source) as primary geocoder, with a premium provider (Google Geocoding API, ~€0.005/address) triggered only on addresses where BAN confidence score falls below 0.7 - roughly 15-20% of a typical French address file. This cascading approach is the architecture Coordable is built around: &lt;a href="https://coordable.co"&gt;coordable.co&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;</description><guid>https://coordable.co/fr/blog/cost-failed-delivery-urban-europe-2026/</guid><pubDate>Mon, 13 Apr 2026 10:00:00 GMT</pubDate></item></channel></rss>