Close Menu
  • Home
  • Kenya News
  • World News
  • Politics
  • Business
  • Opinion
  • Columnists
  • Entertainment
  • Sports
    • Football
    • Athletics
    • Rugby
    • Golf
  • Lifestyle & Travel
    • Travel
  • Gossip
Facebook X (Twitter) Instagram
Facebook X (Twitter) Instagram
News CentralNews Central
Subscribe
  • Home
  • Kenya News
  • World News
  • Politics
  • Business
  • Opinion
  • Columnists
  • Entertainment
  • Sports
    1. Football
    2. Athletics
    3. Rugby
    4. Golf
    5. View All

    Do you know what is in your food?

    April 11, 2026

    Kenya's freedoms requires constant defence, not laxity

    April 11, 2026

    FULL LIST: The 36 procedures that SHA will fund abroad

    April 10, 2026

    Political violence signals troubled road to the 2027 General Election

    April 10, 2026

    Do you know what is in your food?

    April 11, 2026

    Kenya's freedoms requires constant defence, not laxity

    April 11, 2026

    FULL LIST: The 36 procedures that SHA will fund abroad

    April 10, 2026

    Political violence signals troubled road to the 2027 General Election

    April 10, 2026

    Do you know what is in your food?

    April 11, 2026

    Kenya's freedoms requires constant defence, not laxity

    April 11, 2026

    FULL LIST: The 36 procedures that SHA will fund abroad

    April 10, 2026

    Political violence signals troubled road to the 2027 General Election

    April 10, 2026

    Do you know what is in your food?

    April 11, 2026

    Kenya's freedoms requires constant defence, not laxity

    April 11, 2026

    FULL LIST: The 36 procedures that SHA will fund abroad

    April 10, 2026

    Political violence signals troubled road to the 2027 General Election

    April 10, 2026

    Do you know what is in your food?

    April 11, 2026

    Kenya's freedoms requires constant defence, not laxity

    April 11, 2026

    FULL LIST: The 36 procedures that SHA will fund abroad

    April 10, 2026

    Political violence signals troubled road to the 2027 General Election

    April 10, 2026
  • Lifestyle & Travel
    1. Travel
    2. View All

    Do you know what is in your food?

    April 11, 2026

    Kenya's freedoms requires constant defence, not laxity

    April 11, 2026

    FULL LIST: The 36 procedures that SHA will fund abroad

    April 10, 2026

    Political violence signals troubled road to the 2027 General Election

    April 10, 2026

    Do you know what is in your food?

    April 11, 2026

    Kenya's freedoms requires constant defence, not laxity

    April 11, 2026

    FULL LIST: The 36 procedures that SHA will fund abroad

    April 10, 2026

    Political violence signals troubled road to the 2027 General Election

    April 10, 2026
  • Gossip
News CentralNews Central
Home»Main headlines»Universities choke under Sh85 billion debt as 11 stare at closure
Main headlines

Universities choke under Sh85 billion debt as 11 stare at closure

By By Lewis NyaundiFebruary 21, 2026No Comments3 Mins Read
Share Facebook Twitter Pinterest Copy Link LinkedIn Tumblr Email VKontakte Telegram Reddit WhatsApp
Universities choke under Sh85 billion debt as 11 stare at closure
Share
Facebook Twitter Pinterest Email Copy Link LinkedIn Tumblr Reddit VKontakte Telegram WhatsApp

Stranded Students of University of Eldoret in UasinGishu County as they vacate the school compound after the institution closed indefinitely following the night strike. [File, Stranded]

Public universities are choking under a mountain of unpaid bills, pending bills worth Sh85.28 billion. 

The debts have not been provided for in the upcoming budget ceilings, meaning there is no clear plan to settle them soon. 

.fade-out-overlay {
position: absolute;
top: -80px;
left: 0;
width: 100%;
height: 60px;
z-index: 1;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.paywall-container {
position: relative;
max-width: 100%;
margin: 0 auto;
padding: 25px;
border: 1px solid #e0e0e0;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
background-color: #ffffff;
}

.paywall-header {
font-size: 24px;
font-weight: bold;
margin-bottom: 15px;
color: #333333;
text-align: center;
}

.price-highlight {
font-size: 20px;
font-weight: bold;
color: #d40511;
margin: 15px 0;
text-align: center;
}

.subscribe-button-green {
width: 70%;
padding: 12px;
background-color: #EE193A !important;
color: white;
border: none;
border-radius: 4px;
font-size: 23px;
font-weight: bold;
cursor: pointer;
margin-bottom: 20px;
transition: background-color 0.3s;
text-decoration: none;
text-align: center;
}

.subscribe-button-green:hover {
background-color: #b0030e;
}

.features-list {
margin: 20px 0;
padding-left: 20px;
list-style: none;
}

.features-list li {
margin-bottom: 10px;
position: relative;
padding-left: 25px;
}

.features-list li:before {
content: “✓”;
color: #d40511;
position: absolute;
left: 0;
font-weight: bold;
}
.features-list li:marker{
list-style:none;
}

.countdown {
display: flex;
gap: 15px;
justify-content: center;
margin: 20px auto;
text-align: center;
}

.countdown div {
background: #f5f5f5;
padding: 10px;
border-radius: 6px;
min-width: 60px;
}

.countdown .num {
font-size: 22px;
font-weight: bold;
color: #d40511;
}

.countdown .label {
font-size: 12px;
color: #555;
}

@media (max-width: 768px) {
.subscribe-button-green {
width: 100% !important;
box-sizing: border-box;
}
}

Fact‑first reporting that puts you at the heart of the newsroom. Subscribe for full access.

Continue Reading

Unlimited access to all premium content
Uninterrupted ad-free browsing experience
Mobile-optimized reading experience
Weekly Newsletters
MPesa, Airtel Money and Cards accepted

Already a subscriber? Log in

`;
} else {
teaserEl.innerHTML = “”;
}

activeEl.innerHTML = “”;
paywallEl.style.display = “block”;

} else if (now >= saleStart && now <= saleEnd) {
paywallEl.style.display = “none”;

var diffToEnd = saleEnd – now;
var totalSeconds = Math.floor(diffToEnd / 1000);
var days = Math.floor(totalSeconds / (24 * 3600));
var hours = Math.floor((totalSeconds % (24 * 3600)) / 3600);
var minutes = Math.floor((totalSeconds % 3600) / 60);
var seconds = totalSeconds % 60;

activeEl.innerHTML = `

Offer ends in…

${days}Days
${String(hours).padStart(2,’0′)}Hours
${String(minutes).padStart(2,’0′)}Minutes
${String(seconds).padStart(2,’0′)}Seconds

Subscribe Now & Save

`;
} else {
teaserEl.innerHTML = “”;
activeEl.innerHTML = “”;
paywallEl.style.display = “block”;
}
}

function formatTime(ms) {
let totalSeconds = Math.floor(ms / 1000);
const days = Math.floor(totalSeconds / (3600 * 24));
totalSeconds %= 3600 * 24;
const hours = Math.floor(totalSeconds / 3600);
totalSeconds %= 3600;
const minutes = Math.floor(totalSeconds / 60);
const seconds = totalSeconds % 60;
return `${days}d ${hours}h ${minutes}m ${seconds}s`;
}

updateFlashSale();
setInterval(updateFlashSale, 1000);

Follow The Standard
channel
on WhatsApp

Public universities are choking under a mountain of unpaid bills, pending bills worth Sh85.28 billion. 

Follow The Standard
channel
on WhatsApp

Published Date: 2026-02-21 12:00:00
Author:
By Lewis Nyaundi
Source: The Standard
By Lewis Nyaundi

Add A Comment
Leave A Reply Cancel Reply

News Just In

Do you know what is in your food?

April 11, 2026

Kenya's freedoms requires constant defence, not laxity

April 11, 2026

FULL LIST: The 36 procedures that SHA will fund abroad

April 10, 2026

Political violence signals troubled road to the 2027 General Election

April 10, 2026
Crystalgate Group is digital transformation consultancy and software development company that provides cutting edge engineering solutions, helping companies and enterprise clients untangle complex issues that always emerge during their digital evolution journey. Contact us on https://crystalgate.co.ke/
News Central
News Central
Facebook X (Twitter) Instagram WhatsApp RSS
Quick Links
  • Kenya News
  • World News
  • Politics
  • Business
  • Opinion
  • Columnists
  • Entertainment
  • Gossip
  • Lifestyle & Travel
  • Sports
  • About News Central
  • Advertise with US
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
About Us
At NewsCentral, we are committed to delivering in-depth journalism, real-time updates, and thoughtful commentary on the issues that matter to our readers.
© 2026 News Central.
  • Advertise with US
  • Privacy Policy
  • Terms & Conditions
  • Contact Us

Type above and press Enter to search. Press Esc to cancel.