Get Instant Loan
Check eligibility in just 5 mins
Up to ₹50 lakhs | Starts at 9.99%

After Karnataka’s cess, Mumbai’s tax hike plan raises fear of pricier movie tickets
While the immediate financial impact on cinemas may be modest, the industry fears it could encourage other states to adopt similar measures.
Maryam Farooqui
September 24, 2026 / 06:46 IST
movie theatre
`;
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/entertainment/after-karnataka-s-cess-mumbai-s-tax-hike-plan-raises-fear-of-pricier-movie-tickets-article-14036743.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/entertainment/after-karnataka-s-cess-mumbai-s-tax-hike-plan-raises-fear-of-pricier-movie-tickets-article-14036743.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);
}
Just days after Karnataka’s decision to impose a 2 percent welfare cess on cinema tickets from September 30 sparked concerns among exhibitors, a proposal by the Brihanmumbai Municipal Corporation (BMC) to increase theatre tax on multiplexes by nearly 6.7 times has reignited worries about a growing patchwork of local levies on the cinema exhibition industry.
The BMC has proposed raising the theatre tax on multiplexes in Mumbai from Rs 60 per show to Rs 400 per show. While the proposal is still awaiting approval from Maharashtra’s Urban Development Department, analysts say it underscores a broader trend of local bodies and states seeking additional revenue streams despite the introduction of the Goods and Services Tax (GST), which was intended to subsume most entertainment taxes.
While the quantum of individual taxes may remain manageable, Karan Taurani, Executive Vice President at Elara Capital said the emergence of additional levies across multiple states/local bodies represents an incremental regulatory overhang for the exhibition industry.
On PVR INOX, he expects the impact on FY27 earnings to be around Rs 3.7 crore, or 0.4 percent of estimated EBITDA if the additional tax comes into effect from October.
“PVR INOX has around 254 screens in Maharashtra, of which we estimate roughly 150 are in Mumbai. Even if the company absorbs the entire increase, the annual EBITDA impact works out to about Rs 7.4 crore, or roughly 0.8 percent of our FY27 EBITDA estimate,” Taurani said.
But the larger issue is the re-emergence of local taxes over and above GST.
“The concern is not necessarily the quantum of one tax. The concern is the precedent. If more states or local bodies start introducing similar levies, the cumulative impact could become meaningful,” he said.
The concern comes against the backdrop of Karnataka’s upcoming 2 percent cess on cinema tickets. While exhibitors have said the immediate financial impact may be modest, the industry fears it could encourage other states to adopt similar measures.
Multiplex Association of India (MAI) President Kamal Gianchandani has argued that the Karnataka levy runs contrary to the spirit of GST and could create a “tax-on-tax” situation. He warned that any additional tax ultimately affects affordability and demand. A Rs 300 ticket, for instance, would attract an additional Rs 6 cess under the Karnataka regime.
“Every increase in tax has a negative impact on demand. Tough to quantify it, but it is definitely not a positive thing for the business,” Gianchandani told Moneycontrol earlier. He also said the industry was evaluating whether exhibitors would absorb the additional cost or pass it on to consumers.
India’s exhibition sector has already seen local levies survive alongside GST in certain markets. Taurani pointed out that within Greater Chennai Corporation, entertainment tax on new films is currently 8% for Tamil films, 15% for other Indian-language films and 20% for English/foreign-language films. Kerala similarly levies local entertainment tax over and above GST, at 5% for tickets up to Rs 100 and 8.5% for tickets above Rs 100.
For live entertainment players, the broader concern is maintaining affordability as consumers face rising entertainment costs.
“India’s live entertainment industry is at an inflection point. Taxation must strike a balance between revenue objectives and keeping experiences accessible,” said Rohit Dalmia, Chairman and Managing Director of CineNow.
“A predictable, growth-oriented framework will be critical to attracting investment, expanding audiences and building a globally competitive entertainment ecosystem,” Dalmia added.
Maryam Farooqui is Senior Correspondent at Moneycontrol covering media and entertainment, travel and hospitality. She has 11 years of experience in reporting.
first published: Sep 24, 2026 06:46 am
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!
Watch
Trending news

Recruiter says Gen Z should stop bringing iced coffee to job interviews: ‘It looks a little too casual’
- Earned Rs 5 lakh a month after tax, saved Rs 2.4 lakh: Indian man shares reality of living in Sydney
- Techie, 22, says 34-year-old team lead flirted with him, invited him to private party. Reddit weighs in
- Gurgaon couple spends Rs 1.2 lakh a month, shares expense breakdown: Rs 36k rent, Rs 25k groceries
- Mirabai Chanu earnings: A look at her prize money, government job and brand endorsements
- The Paradise Twitter Review: Nani praised for his strong performance, netizens call Srikanth Odela’s film ‘blockbuster’
- Parineeti Chopra makes stylish appearance with Raghav Chadha at Netflix‘s Shaque screening in Delhi, walks hand-in-hand
- IITian left India with $8, built $75 billion business empire: How Kanwal Rekhi went from 3 layoffs to founding Nasdaq-listed company
- His mother worked as ragpicker so he could study: How Gautam Padibhar’s mother’s struggle helped him rise from a slum to IIT and IFS officer
- iPhone 17 Pro at Rs 56,990 with exchange bonus, in-store discount and bank offer: Deal details
- Govt to ban sale of non-compliant smartphone screen protectors from April 2027: Here’s what it means for users
- Relationship quote of the day: “When two people get married, you connect with each other at a very core level…”
- From ‘zeitgeist’ to ‘vibe shift’, 12 English words to add to your vocabulary right away
- Who is Mirabai Chanu? Olympic silver medallist ends India’s 28-year Asian Games weightlifting wait: Education, medals and career journey
- He couldn’t understand NCERT books, yet cracked UPSC in 1st attempt with AIR 11: Shubhankar Pratyush Pathak’s journey from software developer to IAS officer
`);
}
if(res.stay_updated){
$(“.stay-updated-ajax”).html(res.stay_updated);
}
}catch(e){ console.log(e); }
});
},2000); // Reduced from 8s to 2s for better Core Web Vitals (LCP/UX)
});
Maryam Farooqui