Niva Bupa, ICICI Lombard lead July insurance growth; Bajaj General, Star Health steady: Kotak
Growth was primarily driven by health premiums, which rose 26%, and motor insurance, which increased 14%, while commercial segments remained weak
August 20, 2026 / 12:07 IST
SAHIs and private general insurers reported stronger growth than PSU insurers during the month
- India’s non-life insurance grew 12% in July 2026 (ex-crop).
- Health (26%) & motor (14%) premiums drove growth.
- SAHIs & private insurers gained market share.
Did our AI summary help?
`;
let listLength = apiData.data.watchlist_data.length;
if (apiData.data.predefinedcheck.allpredefined == true) {
let msg = apiData.data.predefinedcheck.message;
errorMessage(msg);
} else if (listLength == 1) {
submitWatchlistData(stockId, exChg, apiData.data.watchlist_data[0].watchlist_id, submitWatchlist, userVersion, ‘0’);
} else {
$(‘#watchlist_body’).html(watchlistHtml);
$(‘#watchListPopup_2396’).css(‘display’, ‘flex’);
$(‘.mc-modal’).addClass(‘success’);
}
}
});
}
function submitWatchlistData(stockId, exChg, defWatch = ”, submitWatchlist, userVersion, modalvalue) {
if (modalvalue == 1) {
if ($(‘input[name=”UserWatchlist”]:checked’).length === 0) {
$(‘.error-msg’).text(‘Please select the watchlist to add the Stock’);
setTimeout(function () {
$(‘.error-msg’).text(”);
}, 3000);
return false;
}
}
$(“#watchListPopup_2396”).hide();
let token = readCookie(“token-normal”);
let selectedWatchlist = $(‘input[name=UserWatchlist]:checked’, ‘#userWatchlist’).val();
if (defWatch != ”)
selectedWatchlist = defWatch;
let errorMsgText = (exChg == 1 || exChg == 2) ? “Contract” : “Stock”;
if (selectedWatchlist == undefined) {
$(“#errorMsg”).text(`Please select the watchlist to add the ${errorMsgText}`);
setTimeout(function () {
$(“#errorMsg”).text(”);
}, 3000);
} else {
let postData = {};
let reqType = ‘stock’;
switch (exChg) {
case ‘1’:
reqType = ‘future’;
let finalDate = $(“#finalDate”).attr(“data-val”);
if (userVersion == 5) {
finalDate = getV5dateFormat(finalDate);
}
postData = {
“asset_id”: stockId,
“exchange”: “N”,
“instrument”: “FUTSTK”,
“exp_date”: finalDate
}
break;
case ‘2’:
let finalPrice = $(“#optPrice”).text();
let finalCall = $(“#callType”).text();
let finalOptDate = $(“#optfinalDate”).attr(“data-val”);
if (userVersion == 5) {
finalOptDate = getV5dateFormat(finalOptDate);
}
reqType = ‘options’;
postData = {
“asset_id”: stockId,
“exchange”: “N”,
“instrument”: “OPTSTK”,
“exp_date”: finalOptDate,
“option_type”: finalCall,
“strike_price”: finalPrice
}
break;
case ‘3’:
postData = {
“asset_id”: stockId,
“exchange”: “B”,
}
break;
default:
postData = {
“asset_id”: stockId,
“exchange”: “N”
}
break;
}
let postBody = {
“section”: [
{
“type”: reqType,
“assets”: [postData]
}
],
“watchlist_id”: selectedWatchlist,
“other_page”: true,
“transaction_source”: “web”,
}
$.ajax({
url: submitWatchlist,
method: “POST”,
headers: {
‘auth-token’: token, ‘device-type’: ‘web’,
‘content-type’: ‘application/json’
},
data: JSON.stringify(postBody),
beforeSend: function () {
//$(“#watchlist_body”).html(“”);
},
success: function (apiData) {
let apiRes = (typeof apiData == “string”) ? JSON.parse(apiData) : apiData;
console.log(“apiRes”, apiRes);
// $(“#watchListPopup_2396”).hide();
if (apiRes.status_code == 1) {
var stk_msg = apiRes.data.message;
var modalContent = stk_msg;
var modalStatus = ‘success’;
$(‘.mc-modal-content’).text(modalContent);
$(‘.mc-modal-wrap’).css(‘display’, ‘flex’);
$(‘.mc-modal’).addClass(modalStatus);
hidemodal();
} else {
var wtch_msg = apiRes.error_message;
var modalContent = wtch_msg;
var modalStatus = ‘success’;
$(‘.mc-modal-content’).text(modalContent);
$(‘.mc-modal-wrap’).css(‘display’, ‘flex’);
$(‘.mc-modal’).addClass(modalStatus);
hidemodal();
}
}
});
}
}
function hidemodal() {
setTimeout(function () {
$(‘.mc-modal-wrap’).hide();
}, 5000);
}
function portfolio(articleId, stockId) {
let label = stock_swot_analysis + “|” + stock_name_for[stockId] + “|Portfolio|” + device_type + “|” + pro_or_non_pro + “|” + window.location.href;
commonGA4event(“News Article Stock Widget”, label);
if (readCookie(‘nnmc’)) {
document.getElementById(‘form_add_to_portfolio_’ + articleId + ‘_’ + stockId).submit();
} else {
let width = window.screen.width || window.innerWidth || document.documentElement.clientWidth;
if (width > 980) {
document.querySelector(‘.btn_signin.dropdown-toggle.linkSignIn’).click();
} else {
window.location.href = ‘https://m.moneycontrol.com/login.php?cpurl=https://www.moneycontrol.com/news/business/stocks/niva-bupa-icici-lombard-lead-july-insurance-growth-bajaj-general-star-health-steady-kotak-14011207.html’;
}
}
//pcSavePort(0, 1, stockId);
}
function pcSavePort(param, call_pg, dispId) {
var adtxt = ”;
if (readCookie(‘nnmc’)) {
if (call_pg == “2”) {
pass_sec = 2;
} else {
pass_sec = 1;
}
var postfolio_url = ‘https://www.moneycontrol.com/portfolio_new/add_stocks_multi.php?id=’ + dispId;
window.open(postfolio_url, ‘_blank’);
} else {
AFTERLOGINCALLBACK = ‘pcSavePort(‘ + param + ‘, ‘ + call_pg + ‘, ‘ + dispId + ‘)’;
console.log(‘Login…’);
let width = window.screen.width || window.innerWidth || document.documentElement.clientWidth;
if (width > 980) {
document.querySelector(‘.btn_signin.dropdown-toggle.linkSignIn’).click();
} else {
window.location.href = ‘https://m.moneycontrol.com/login.php?cpurl=https://www.moneycontrol.com/news/business/stocks/niva-bupa-icici-lombard-lead-july-insurance-growth-bajaj-general-star-health-steady-kotak-14011207.html’;
}
}
}
function getstockdata(charstr, article, stk) {
let type_of_drop = (charstr == ‘N’) ? ‘NSE Live’ : ‘BSE Live’;
let label = stock_swot_analysis + “|” + stock_name_for[stk] + “|” + type_of_drop + “|” + device_type + “|” + pro_or_non_pro + “|” + window.location.href;
commonGA4event(“News Article Stock Widget”, label);
stockWidget(charstr, stk, article, stk.trim());
}
function morebtn(articleId, stockId) {
let label = stock_swot_analysis + “|” + stock_name_for[stockId] + “|More|” + device_type + “|” + pro_or_non_pro + “|” + window.location.href;
commonGA4event(“News Article Stock Widget”, label);
}
function stock_red(articleId, stockId)
{
let label = stock_swot_analysis + “|Stock click|” + stock_name_for[stockId] + “|” + device_type + “|” + pro_or_non_pro + “|” + window.location.href;
commonGA4event(“News Article Stock Widget”, label);
}
India’s non-life insurance industry recorded 12% year-on-year gross written premium (GWP) growth, excluding crop insurance, in July 2026, moderating from 18% in June, Kotak Institutional Equities said in a recent note on Thursday
Growth was primarily driven by health premiums, which rose 26%, and motor insurance, which increased 14%, while commercial segments remained weak
Among key players, ICICI Lombard reported 13% year-on-year ex-crop GWP growth, compared with 8% in 1QFY27, while Bajaj General reported 11% growth, aided by motor and group health. Niva Bupa continued to post strong growth of 34%, while Star Health reported steady growth of 19%
“Retail health continued to anchor growth,” Kotak said, with premiums rising 31% year-on-year in July, in line with 1QFY27 growth. The brokerage said growth continued to be aided by the pick-up in demand following the GST exemption on health insurance
Motor growth remained steady at 14%, supported by motor own damage (OD), which grew 17%, and motor third-party (TP), which increased 12%, consistent with healthy vehicle sales
In contrast, fire insurance declined 31% year-on-year, compared with a 28% decline in 1QFY27, “reflecting continued pricing pressure”. Engineering growth moderated to 5%, while marine insurance remained strong, rising 42%, with marine hull up 61%
SAHIs and private general insurers reported stronger growth than PSU insurers during the month. SAHIs recorded 29% year-on-year growth, while private players reported around 17% ex-crop growth versus 6% for PSUs
“Market share gains for SAHIs and private insurers continued, led by health insurance,” Kotak said. SAHI market share excluding crop insurance increased around 150 basis points year-on-year to 14.8% in July, while private general insurers’ market share rose around 70 basis points to 50.8%. Private general insurers retained a strong position in motor insurance, with a 72.5% market share
For ICICI Lombard, motor growth accelerated to 17%, supported by motor TP growth of 18% and OD growth of 16%. Health premiums grew 25%, driven by 65% growth in retail health, while fire premiums declined 28%. Reported GWP declined 3% due to lower crop insurance, which Kotak attributed to a timing difference
Bajaj General’s 11% ex-crop GWP growth was driven by motor, which rose 23%, and group health, which increased 31%. Overall health growth was muted at 3%, dragged by a 62% decline in government schemes, while retail health grew 20%. Fire premiums declined 15%
Niva Bupa reported 34% overall GWP growth in July, with retail health premiums rising 47%, while group health growth moderated to 3%
Star Health reported around 19% GWP growth, supported by steady retail health momentum. Retail health grew around 22%, while group business declined around 41%. Its retail health market share moderated to 29.5% in July from 31.8% a year earlier
first published: Aug 20, 2026 12:05 pm
Discover the latest Business News, Sensex, and Nifty updates. Obtain Personal Finance insights, tax queries, and expert opinions on Moneycontrol or download the Moneycontrol App to stay updated!


