Rising costs leave 38% of Nigeria’s SMEs earning under ₦10,000 profit daily

Rising costs leave 38% of Nigeria’s SMEs earning under ₦10,000 profit daily


0


38% of Nigeria’s SMEs make less than ₦10,000 ($6.78) in daily profit, according to Moniepoint’s 2025 Informal Economy Report, suggesting that small businesses—critical engine of the country’s economy—remain stuck in survival mode rather than scaling toward growth.

The study, which leveraged Moniepoint’s data of 5 million businesses and physically surveyed small business owners across the country, found that most informal businesses generate daily revenues between ₦20,000 ($13.56) and ₦50,000 ($33.89). 38% earn profits below ₦10,000 ($6.78) daily, while 70% make less than ₦50,000($33.89).

Median profit ranges from ₦10,000 ($6.78) to ₦20,000 ($13.56).

Micro, Small, and Medium-sized Enterprises (MSMEs) form the backbone of Nigeria’s economy, contributing around 65% of GDP and providing more than 80% of all jobs. But rising operational costs continue to make them unprofitable.

Advertisements

/* TechCabal Brand Styles for Clarity */
#techcabal-survival-score h3 {
color: #151515;
font-weight: 700;
font-size: 1.5rem;
line-height: 1.25;
margin-top: 0;
margin-bottom: 15px;
}
#techcabal-survival-score p {
color: #151515;
font-size: 1rem;
line-height: 1.7;
margin-bottom: 15px;
}
.input-group {
margin-bottom: 25px;
}
.input-group label {
display: block;
font-weight: 600;
margin-bottom: 8px;
color: #24292F;
font-size: 1rem;
}
.input-group select {
width: 100%;
padding: 12px;
border: 1px solid #F6F6F6;
border-radius: 8px;
box-sizing: border-box;
background-color: #F6F6F6;
color: #151515;
font-size: 1rem;
font-weight: 400;
}
.radio-group label {
display: flex;
align-items: center;
margin-bottom: 12px;
font-weight: 400;
font-size: 1rem;
}
.radio-group input[type=”radio”] {
margin-right: 12px;
accent-color: #EA2D2E;
transform: scale(1.1);
}
#result-area {
margin-top: 30px;
padding: 20px;
border-top: 2px solid #F6F6F6;
text-align: left;
display: none; 
}
.score-headline {
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 10px;
}
/* TC Color Palette for contextual insight */
.vulnerable-text { color: #EA2D2E; } 
.surviving-text { color: #FFC52F; } 
.resilient-text { color: #20C997; } 

.score-description {
font-size: 1.125rem;
line-height: 1.6;
color: #151515;
}
.data-source {
margin-top: 20px;
font-size: 0.875rem;
color: #666;
text-align: left;
border-top: 1px dashed #F6F6F6;
padding-top: 10px;
}

Survival check: How resilient is your business?

The central question of survival is your savings buffer and cost pressure. Answer these questions to see how your resilience compares to others in the informal economy.

— Select an Option —
Less than 1 week (11% of businesses)
1-4 weeks (Approx. 1 month) (31% of businesses)
1-6 months (43% of businesses total)
More than 6 months (14% of businesses)

National Context: 42% of businesses can only survive for 1 month or less.


Source: Moniepoint Informal Economy Report 2025.

document.addEventListener(‘DOMContentLoaded’, function() {
const savingsBufferSelect = document.getElementById(‘savings-buffer-select’);
const costPressureRadio = document.getElementById(‘cost-pressure-radio’);
const resultArea = document.getElementById(‘result-area’);
const scoreTitle = document.getElementById(‘score-title’);
const scoreDescription = document.getElementById(‘score-description’);

function getSelectedCostPressure() {
const checked = costPressureRadio.querySelector(‘input[name=”cost-pressure”]:checked’);
return checked ? checked.value : null;
}

function getSurvivalScore() {
const savingsLevel = savingsBufferSelect.value;
const costPressure = getSelectedCostPressure();

if (!savingsLevel || !costPressure) {
resultArea.style.display = ‘none’;
return;
}

let title = “”;
let description = “”;
let className = “”;

// Logic: The critical vulnerability threshold is a savings buffer of <= 1 month (Level 2 or lower in the select box)
if (parseInt(savingsLevel) <= 2 && costPressure === 'high') {
// Low savings buffer ( {
input.addEventListener(‘change’, getSurvivalScore);
});
});

Moniepoint’s report revealed that 44% of businesses in the informal economy earn below ₦20,000 ($13.56) daily.

Women-owned Nigerian SMEs fare worse. 41% of women entrepreneurs earn below ₦10,000 ($6.78) daily, compared to 34% of men. On the other hand, 16% of men-owned businesses earn above ₦50,000 ($33.89) compared to 10% of women-owned businesses.

Rising costs for informal businesses

While 65% of informal businesses reported revenue growth over the past year, only 47% saw an increase in profit. Nearly eight in ten (79%) said their cost of doing business had gone up, driven by higher supplier prices, transport costs, and a weaker naira.

/* TechCabal Brand Styles */
#techcabal-data-viz h4 {
color: #151515;
font-weight: 700;
font-size: 1.25rem;
line-height: 1.25;
margin-top: 0;
margin-bottom: 20px;
}
.metric-container {
display: flex;
flex-direction: column;
gap: 20px;
margin-bottom: 20px;
}
.metric-item {
padding: 15px;
border-radius: 6px;
background-color: #FFFFFF;
border-left: 5px solid;
transition: all 0.3s ease;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.metric-label {
font-size: 0.9rem;
font-weight: 600;
color: #24292F;
margin-bottom: 8px;
}
.metric-value {
font-size: 2.0rem;
font-weight: 700;
margin: 0;
line-height: 1;
}
/* Custom Colors based on TC palette and data urgency */
.revenue-increase { border-color: #20C997; } /* Success/Green */
.cost-increase { border-color: #EA2D2E; } /* Primary/Red (Risk) */
.profit-increase { border-color: #FFC52F; } /* Accent/Yellow (Caution) */

.color-revenue { color: #20C997; }
.color-cost { color: #EA2D2E; }
.color-profit { color: #FFC52F; }

Advertisements

.viz-bar {
height: 15px;
margin-top: 10px;
border-radius: 8px;
overflow: hidden;
background-color: #E3E8EF;
}
.viz-fill {
height: 100%;
transition: width 1s ease-in-out;
display: flex;
align-items: center;
justify-content: flex-end;
padding-right: 5px;
font-size: 0.75rem;
color: #FFFFFF;
font-weight: 600;
}

.toggle-group {
text-align: center;
margin-bottom: 20px;
}
.data-source {
font-size: 0.75rem;
color: #666;
margin-top: 20px;
border-top: 1px dashed #E3E8EF;
padding-top: 10px;
}

The profit squeeze: Why rising revenue doesn’t mean more money

Revenue vs. Profit Growth
Revenue vs. Cost Pressure

**Insight:** The gap between the metrics reveals the system shock. The cost of doing business has become the primary barrier preventing revenue gains from converting into tangible profit for nearly half the sector.

Source: Moniepoint Informal Economy Report 2025 (Pages 12, 23, 24).

document.addEventListener(‘DOMContentLoaded’, function() {
const metricsOutput = document.getElementById(‘metrics-output’);
const dataToggle = document.getElementById(‘data-toggle’);

const data = {
revenue_increase: { value: 65, label: “% of businesses with **Increased Revenue**”, color: “color-revenue”, border: “revenue-increase” }, // cite: 129, 381
cost_increase: { value: 79, label: “% of businesses with **Increased Cost** of doing business”, color: “color-cost”, border: “cost-increase” }, // cite: 121, 411
profit_increase: { value: 47, label: “% of businesses with **Increased Profit**”, color: “color-profit”, border: “profit-increase” } // cite: 129, 382
};

function renderMetrics(view) {
metricsOutput.innerHTML = ”;
let items = [];

if (view === ‘growth’) {
// Show Revenue vs. Profit
items = [data.revenue_increase, data.profit_increase];
} else {
// Show Revenue vs. Cost Pressure
items = [data.revenue_increase, data.cost_increase];
}

items.forEach(item => {
const html = `

${item.label}

${item.value}%

${item.value}%

`;
metricsOutput.insertAdjacentHTML(‘beforeend’, html);
});
}

// Initial render and event listener
renderMetrics(dataToggle.value);
dataToggle.addEventListener(‘change’, (e) => renderMetrics(e.target.value));
});

The naira lost about 70% of its value in 2024 after the Central Bank of Nigeria relaxed longstanding foreign exchange restrictions. This ballooned cost in an import-dependent economy, with inflation soaring to a 28-year high in November 2024.

“The value of the Naira against foreign currencies depreciated from 460 NGN/USD to around 1600NGN/USD from June 2023 – June 2025,” said Nurudeen Abubakar Zauro, Secretary/Head, PreCEFI Secretariat, Technical Advisor to the President on Economic and Financial Inclusion, Office of the Vice President

“This forced price hikes on imported commodities, reduced purchasing power, increased costs and bottlenecks in supply chain networks, logistics and transport, thereby causing many SMEs to become bankrupt and diminishing the contribution of the informal economy to the country’s Gross Domestic Product (GDP),” said Nurudeen Zauro, secretary/head, PreCEFI Secretariat, Technical Advisor to the President on Economic and Financial Inclusion, Office of the Vice President.

Higher operating costs are biting into informal businesses’ pockets, with only 74% of them saving money, compared to 92.4% in the previous year.

Cooperatives and digital banks remain their preferred saving channels, with most savings directed toward business expansion (41%) or goods purchases (24%), as borrowing appetite grows due to higher interest rates and more stringent lending conditions.

“Given the aversion to borrowing that has risen in the past year, savings are the primary means by which these businesses access the funding they need to expand their operations or cater to emergencies,” Moniepoint said.

Policy rethink needed

Government policies must shift from fragmented interventions to coordinated, systemic measures to unlock growth and inclusion for informal business, according to Foyinsolami Akinjayeju, CEO, Enhancing Financial Inclusion & Advancement.

“If informal businesses are to evolve into growth-oriented employers, policies must deliberately target their transition from survivalist enterprises to scalable ventures,” added Chinyere Almona, DG, Lagos Chamber of Commerce and Industry.

“A foundational step is the provision of structured capacity-building programs, embedded within local chambers of commerce and trade associations, to upskill operators in bookkeeping, inventory management, and digital tools.”


Like it? Share with your friends!

0

What's Your Reaction?

confused confused
0
confused
Dislike Dislike
0
Dislike
hate hate
0
hate
fail fail
0
fail
fun fun
0
fun
geeky geeky
0
geeky
love love
0
love
lol lol
0
lol
omg omg
0
omg
win win
0
win

0 Comments

Your email address will not be published. Required fields are marked *

Choose A Format
Personality quiz
Series of questions that intends to reveal something about the personality
Trivia quiz
Series of questions with right and wrong answers that intends to check knowledge
Poll
Voting to make decisions or determine opinions
Story
Formatted Text with Embeds and Visuals
List
The Classic Internet Listicles
Countdown
The Classic Internet Countdowns
Open List
Submit your own item and vote up for the best submission
Ranked List
Upvote or downvote to decide the best list item
Meme
Upload your own images to make custom memes
Video
Youtube and Vimeo Embeds
Audio
Soundcloud or Mixcloud Embeds
Image
Photo or GIF
Gif
GIF format
Installations, electric garage door troubleshooting, and providing solutions for any garage door problem you’re facing. New wordpress website is being built and will be published soon.