Mideast war fuels electric motorbike boom in Africa

A worker lines up electric motorbikes awaiting dispatch at the manufacturing centre of Spiro, the largest electric vehicle company in Africa specialising in motorbikes and battery-swapping infrastructure, amid a national fuel price crisis in Nairobi on May 22, 2026 (AFP photo)
A worker lines up electric motorbikes awaiting dispatch at the manufacturing centre of Spiro, the largest electric vehicle company in Africa specialising in motorbikes and battery-swapping infrastructure, amid a national fuel price crisis in Nairobi on May 22, 2026 (AFP photo)

By Joris Fioriti

NAIROBI — In Nairobi's congested streets, the almost imperceptible hum of electric motorbikes is increasingly replacing the roar of their petrol-powered counterparts.

The war in the Middle East, launched by the United States and Israel in February, has had the unlikely consequence of boosting green vehicles across Africa, especially in countries such as Kenya that are heavily dependent on fuel imports.

"Boda-bodas" — the name given to motorbikes in Kenya — are a vital part of the economy in the east African nation, used to transport everything from people and groceries to furniture.

Wisly Onyaiti, riding his large black boda, says the savings from switching to electric have been huge — roughly 2,000 shillings ($15) a day cheaper than running a petrol bike, a significant sum in a country where many workers earn barely $100 a month.

"Electric bikes are a game-changer," said Onyaiti, a bike-taxi driver who works to fund his criminology and digital marketing studies.

The savings have only increased since the start of the Mideast conflict, which has driven fuel prices in Kenya up by around 22 per cent.

Sales of electric motorbikes are booming as a result — up by around 40 per cent over the last three months, according to the E-Mobility Association of Kenya.

Several e-motorbike companies are competing for the booming trade, including ArcRide, Ampersand and Roam.

But it is Spiro, an African start-up that currently dominates, with around 90 per cent of sales in Kenya.

At Spiro's factory on the outskirts of Nairobi, workers assemble motorbikes with smooth efficiency. At full capacity, they can produce more than 400 a day.

Since entering the Kenyan market in September 2023, Spiro's sales have risen from 4,000 in 2024 to 14,000 the following year, and they are targeting 50,000 in 2026.

"Growth has been tremendous, quite exponential," said Raymond Kitunga, Spiro's number two.

The brand, which also has a presence in Uganda, Rwanda, Benin, Togo, Nigeria and Cameroon, estimates that around 100,000 of its two-wheelers are now on African roads. It wants to triple that by the end of the year.

Policy is helping: Rwanda has banned traditional motorcycles in its capital, and Uganda is pushing for a rapid transition to electric motorbikes.

Spiro says these two markets alone represent a potential 1.5 million customers.

Rapid transition

The electric transition is much faster than in the West because motorbikes are primarily commercial vehicles rather than weekend luxuries, said Hezbon Muse, Kenya director for Ampersand.

And in a developing economy with high fuel prices, every little saving can make a huge difference.

The bikes are also relatively cheap — around $750 for starter models — because they do not include batteries, which are instead rented and exchanged at charging stations dotted around cities.

At an Ampersand station in Nairobi, the exchange takes barely two minutes. A fully charged battery has a range of about 80 kilometres (50 miles) and costs 265 shillings ($2) — roughly half the cost of petrol.

The war has increased costs for parts, most of which come from China. And with the dollar increasingly volatile, Chinese vendors now often require payment in yuan, said Joe Croft, founder of ArcRide.

"But all that is completely wiped out by the savings for bike users" now that petrol prices have surged as US President Donald Trump continues the war, he said.

The surprising conclusion is that "Trump has made EVs (electric vehicles) a much more attractive market, while making sure that market is not conducted in dollars," Croft added.

In addition, Kenya's electricity is also 93 per cent green-sourced (geothermal, hydroelectric, solar and wind), adding to the environmental benefits.

The world "will learn from Africa," said Spiro's Kitunga.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;} .first-author{ background-color:#ecedef; } .first-opinion-author-name{ background-color:white; width:max-content; padding:5px; }
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .article-widget-sm .article-title{font-size:16px;-webkit-line-clamp:3;} .related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; } .newspaper-footer{ visibility:hidden; } .socialFixOuter { position: fixed; top: 50%; margin-top: 40px; right: 0; transition: .2s; z-index: 20; height: 217px; width: 40px; } .socialFix { height: 30px; width: 30px; display: block; position: relative; cursor: pointer; background-size: 18px 18px; transition: .2s; background-position: center; background-repeat: no-repeat; border-radius: 2px; margin-top: 1px; } .socialFix:hover { width: 40px; margin-left: -10px; } .app-badge-img { height: 36px; width: auto; } @media (max-width: 768px) { .app-badge-img { height: 32px; } .app-badges { justify-content: center !important; } }
document.addEventListener("DOMContentLoaded", function () { const socialFix = document.querySelector(".socialFixOuter"); if (!socialFix) return; let firstInteraction = false; let hideTimeout = null; function checkMobileScreen() { if (window.innerWidth < 768) { socialFix.style.display = "none"; } else { socialFix.style.display = "block"; } } checkMobileScreen(); window.addEventListener("resize", checkMobileScreen); function handleFirstInteraction() { if (firstInteraction) return; if (window.innerWidth < 768) return; firstInteraction = true; socialFix.style.right = "-25px"; } socialFix.addEventListener("mouseenter", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); socialFix.style.right = "0"; }); socialFix.addEventListener("mouseleave", function () { if (window.innerWidth < 768) return; if (hideTimeout) clearTimeout(hideTimeout); hideTimeout = setTimeout(() => { socialFix.style.right = "-25px"; }, 500); }); ["click", "touchstart"].forEach((evt) => { socialFix.addEventListener(evt, handleFirstInteraction); }); }); function validateEmail(email) { if (email.length > 255) return false; const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/; if (!emailRegex.test(email)) return false; if (email.includes('..') || email.startsWith('.') || email.endsWith('.')) return false; return true; } function sanitizeInput(input) { input = input.replace(/<[^>]*>/g, ''); input = input.replace(/javascript:/gi, ''); input = input.replace(/on\w+\s*=/gi, ''); input = input.replace(/[<>"'&(){}[\]]/g, ''); return input.trim(); } document.addEventListener('DOMContentLoaded', function () { function showModal(message, type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; messageContainer.classList.remove("d-none"); setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = sanitizeInput(emailInput.value.trim()); if (!validateEmail(email)) { showModal('Invalid email format', 'danger'); return; } const formData = new FormData(); formData.append('email', email); fetch('/subscribeNewsletter', { method: "POST", body: formData, headers: { "Accept": "application/json", "X-Requested-With": "XMLHttpRequest" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.", 'danger'); } return response.json(); }) .then(data => { showModal(data.message, 'success'); }) .catch(error => { showModal("Error submitting email. Try again.", 'danger'); }); }); });