Geopolitical tensions become ‘new normal’ as IT demand holds steady

According to Equirius Securities, for Wipro, businesses in the manufacturing sector have been under consistent pressure from tariff-led disruptions

A

HS News

April 19, 20261 min read

Geopolitical tensions become ‘new normal’ as IT demand holds steady
Photo source: Business Line (via MediaStack)

' blCenterIconDiv.innerHTML = spanSvg blLoaderDiv.appendChild(blCenterLoadDiv) blLoaderDiv.appendChild(blCenterIconDiv) divInner.appendChild(blLoaderDiv) div.appendChild(divInner) var bodyIntravel = setInterval(() => { if(window.document.body) { clearInterval(bodyIntravel) window.document.body.insertBefore(div, window.document.body.firstChild) } }, 100) function addStyle(styles) { var css = document.createElement('style'); css.type = 'text/css'; if (css.styleSheet){ css.styleSheet.cssText = styles; } else { css.appendChild(document.createTextNode(styles)); } document.getElementsByTagName("head")[0].appendChild(css); } var styles = '#twaLoader{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;background:rgba(255,255,255,.9)}#twaLoader .twaLoader-inner{width:120px;height: 120px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%)}.bl-loader{display:block;margin:0 auto;position:relative;width:120px;height:120px}.bl-loader .center-load{position:absolute;border:4px solid #1e78c1;border-radius:50%;animation:1s cubic-bezier(0,.2,.8,1) infinite lds-ripple}.bl-loader .center-load:nth-child(2){animation-delay:-.5s}@keyframes lds-ripple{0%{top:10px;left:10px;width:30px;height:30px;opacity:0}4.9%{top:20px;left:20px;width:30px;height:30px;opacity:0}5%{top:20px;left:20px;width:30px;height:30px;opacity:1}100%{top:0;left:0;width:80px;height:80px;opacity:0}}.center-icon{position:absolute;top:20px;left:20px}@keyframes lds-ripple{0%,4.9%{top:35px;left:35px;width:50px;height:50px;opacity:0}5%{top:35px;left:35px;width:50px;height:50px;opacity:1}100%{top:0;left:0;width:120px;height:120px;opacity:0}}.center-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%)}'; addStyle(styles) function claerTwaLoader() { console.log('claerTwaLoader Logo not found') clearInterval(logoInterval) document.getElementById('twaLoader').style.display = 'none' } var logoInterval = setInterval(() => { var logo = document.querySelector('.mobile-logo') if(logo) { clearInterval(logoInterval) console.log('claerTwaLoader 1') var dataSrc = logo.getAttribute('data-src-template') ? logo.getAttribute('data-src-template') : logo.getAttribute('src') console.log('claerTwaLoader dataSrc ', dataSrc) var _img = new Image() _img.onload = function() { document.getElementById('twaLoader').style.display = 'none' } _img.src = dataSrc } }, 100) setTimeout(() => { var logo = document.querySelector('.mobile-logo') if(!logo) { claerTwaLoader() } }, 2000) } const queryString = window.location.search; const urlParams = new URLSearchParams(queryString); const paramtwa = urlParams.get('twa') if(paramtwa === 'true') { initTWALoader() } })() function createElementScript(element, className, id = null, styles = {}) { var el = document.createElement(element); el.className = className; for (var key in styles) { el.style[key] = styles[key]; } if (id != null) { el.id = id; } return el; } function insertElementbegin(selector,insertelement){ selector.insertAdjacentElement('afterbegin',insertelement) } function insertElementEnd(selector,insertelement){ selector.insertAdjacentElement('afterend',insertelement) } // Carousel ad styles const carouselStyles = document.createElement('style'); carouselStyles.innerHTML = ` .carousel-enabled { position: relative; overflow: hidden; } .carousel-enabled .slide { display: none; } .carousel-enabled .slide.active { display: block; } `; document.head.appendChild(carouselStyles); window.adfiller = window.adfiller || []; window.googletag = window.googletag || {cmd: []}; window.PWT = window.PWT || {}; function loadGptScript(){ var gads = document.createElement('script'); var useSSL = 'https:' == document.location.protocol; gads.src = (useSSL ? 'https:' : 'http:') + '//securepubads.g.doubleclick.net/tag/js/gpt.js?network-code=22390678'; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(gads, node); }function loadPWTScript(){ window.PWT.jsLoaded = function(){ //PubMatic pwt.js on load callback is used to load GPT loadGptScript(); }; (function() { var purl = window.location.href; var url = '//ads.pubmatic.com/AdServer/js/pwt/159088/2600';if(DevIdf.isMobile){ url = '//ads.pubmatic.com/AdServer/js/pwt/159088/2601'; }var profileVersionId = ''; if(purl.indexOf('pwtv=')>0){ var regexp = /pwtv=(.*?)(&|$)/g; var matches = regexp.exec(purl); if(matches.length >= 2 && matches[1].length > 0){ profileVersionId = '/'+matches[1]; } } var wtads = document.createElement('script'); wtads.async = true; wtads.type = 'text/javascript'; wtads.src = url+profileVersionId+'/pwt.js'; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(wtads, node); })(); }Promise.all([userIdentify, thgCookieConsent]).then(function() {if(isNonSubcribedUser() && thg.advertisingCookie()){loadPWTScript();} }); var anchorSlot = ''; var interstitialSlot = ''; /* =============================== CAROUSEL STATE & REGISTRY ================================ */ let sliders = window.sliders || []; const sliderState = window.sliderState || {}; /* =============================== BUILD CONFIG OBJECT (COMMON) ================================ */ function buildConfig(adElement, slotId, prefixId) { const unitPath = adElement.dataset.unit || ''; const devicetype = adElement.dataset.devicetype || ''; const positionType = adElement.dataset.positiontype || ''; const carouselCount = parseInt(adElement.dataset.carouselcount, 10) || 0; const autoSlideDelay = parseInt(adElement.dataset.autoslidedelay, 10) || 10000; let sizes; try { sizes = JSON.parse(adElement.dataset.size || "[]"); } catch (e) { console.error("Invalid size format for ad:", slotId); return null; } return { id: slotId, prefix: prefixId, baseAdUnit: unitPath, carouselCount: carouselCount, sizes: sizes, autoSlideDelay: autoSlideDelay }; } /* =============================== BUILD CAROUSEL HTML ================================ */ function buildCarousel(cfg) { const el = document.getElementById(cfg.id); if (!el) return; const count = Number(cfg.carouselCount) || 0; el.classList.add('carousel-enabled'); let maxHeight = 0; if (cfg.sizes && cfg.sizes.length > 0) { let maxWidth = 0; cfg.sizes.forEach(size => { if (size[0] > maxWidth) maxWidth = size[0]; if (size[1] > maxHeight) maxHeight = size[1]; }); el.style.maxWidth = maxWidth + 'px'; el.style.maxHeight = maxHeight + 'px'; el.style.height = maxHeight + 'px'; } if (count `; return; } el.innerHTML = ''; for (let i = 1; i ` ); } } /* =============================== SLIDER CONTROLS ================================ */ function showSlide(id, n) { const el = document.getElementById(id); if (!el) return; const slides = el.querySelectorAll('.slide'); let state = sliderState[id]; if (n > slides.length) state.index = 1; if (n s.classList.remove('active')); if (slides.length > 0) { slides[state.index - 1].classList.add('active'); } } function startAutoSlide(id, delay) { stopAutoSlide(id); sliderState[id].timer = setInterval(() => { sliderState[id].index++; showSlide(id, sliderState[id].index); }, delay); } function stopAutoSlide(id) { if (sliderState[id] && sliderState[id].timer) { clearInterval(sliderState[id].timer); } } // Store in window for access from other scripts window.sliders = sliders; window.sliderState = sliderState; window.buildConfig = buildConfig; window.buildCarousel = buildCarousel; window.showSlide = showSlide; window.startAutoSlide = startAutoSlide; window.stopAutoSlide = stopAutoSlide; googletag.cmd.push(function () { if (isDeviceEnabled('large')) {googletag.defineSlot('/22390678/BL_Desktop_AT_Billboard', [[970,90],[970,250],[728,90],[960,90],[950,90],[980,90]], 'div-gpt-ad-1683024102734-0').addService(googletag.pubads()); } if (isDeviceEnabled('large')) {googletag.defineSlot('/22390678/BL_Desktop_AT_RT', [300,600], 'div-gpt-ad-1683024147359-0').addService(googletag.pubads()); } if (isDeviceEnabled('large')) {googletag.defineSlot('/22390678/BL_Desktop_Video_1x1', [1, 1], 'div-gpt-ad-1743596986673-0').addService(googletag.pubads()); } if (isDeviceEnabled('large')) {googletag.defineSlot('/22390678/BL_Desktop_AT_RB', [[200,200],[250,250],[300,250]], 'div-gpt-ad-1683024206080-0').addService(googletag.pubads()); } if (isDeviceEnabled('small')) {googletag.defineSlot('/22390678/BL_MWeb_AT_Top', [[336,280],[300,250],[250,250],[200,200],[300,300]], 'div-gpt-ad-1744105704707-0').addService(googletag.pubads()); } if (isDeviceEnabled('small')) {googletag.defineSlot('/22390678/BL_MWeb_AT_Middle', [[250, 250], [336, 280], [200, 200], [300, 300], [300, 250]] , 'mobiletopad').addService(googletag.pubads()); } if (isDeviceEnabled('small')) {googletag.defineSlot('/22390678/BL_MWeb_AT_Bottom', [[336,280],[300,250],[250,250],[200,200],[300,300]], 'mobileinarticlead').addService(googletag.pubads()); } if (isDeviceEnabled('small')) {googletag.defineSlot('/22390678/BL_Mweb_Video_1x1', [1, 1], 'div-gpt-ad-1743597092173-0').addService(googletag.pubads()); }googletag.pubads().enableSingleRequest();googletag.pubads().setTargeting("publication", "businessline");googletag.pubads().setTargeting('Section', ['info-tech']);googletag.pubads().setTargeting('articleid', ['70881299']);googletag.pubads().setTargeting('keywords', ['who','conflict','Delayed']);if(getUrlParameter("utm_source") != null){ googletag.pubads().setTargeting('utm_source', getUrlParameter("utm_source")); } googletag.pubads().enableLazyLoad();googletag.enableServices(); }); window._taboola = window._taboola || []; function taboolainit(){Promise.all([userIdentify, thgCookieConsent]).then(function() {if(isNonSubcribedUser() && thg.advertisingCookie()){ _taboola.push({article:'auto', tracking:'utm_source=taboola'}); _taboola.push({article :'auto'}); !function (e, f, u, i) { if (!document.getElementById(i)){ e.async = 1; e.src = u; e.id = i; f.parentNode.insertBefore(e, f); e.onload = function() { window['__thtaboola'] = true; } window['__thtaboola'] = true; } }(document.createElement('script'), document.getElementsByTagName('script')[0], '//cdn.taboola.com/libtrc/thehindu-businessline/loader.js', 'tb_loader_script'); if(window.performance && typeof window.performance.mark == 'function') {window.performance.mark('tbl_ic');} } }); }window.addEventListener('scroll', function() { if (window.__thtaboola == undefined) { taboolainit(); } }); var dataLayer = window.dataLayer || []; (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WVMQXNZ'); var _sf_async_config = window._sf_async_config = (window._sf_async_config || {}); Promise.all([userIdentify, thgCookieConsent]).then(function() { if(thg.functionalCookie()){ (function() { /** CONFIGURATION START **/ _sf_async_config.uid = 65925; _sf_async_config.domain = 'www.thehindubusinessline.com'; //CHANGE THIS TO THE ROOT DOMAIN _sf_async_config.flickerControl = false; _sf_async_config.useCanonical = true; _sf_async_config.useCanonicalDomain = true;_sf_async_config.sections = 'Info-tech'; // section names_sf_async_config.authors = 'Sanjana B'; // author names_sf_async_config.type = 'storyline'; // content type var _cbq = window._cbq = (window._cbq || []); if(UserCurrentStatus() == "paid"){ _cbq.push(['_acct', 'paid']); } else if (UserCurrentStatus() == "registered") { _cbq.push(['_acct', 'lgdin']); } else { _cbq.push(['_acct', 'anon']); } /** CONFIGURATION END **/ function loadChartbeat() { var cb = document.createElement('script'); cb.type = 'text/javascript'; cb.async = true; cb.src = '//static.chartbeat.com/js/chartbeat.js'; document.getElementsByTagName('head')[0].appendChild(cb); } loadChartbeat(); })(); } }); thgCookieConsent.then(function() { if(thg.functionalCookie()){ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-10158580-3', 'auto');} }); var _comscore = _comscore || [];thgCookieConsent.then(function() {if(thg.functionalCookie()){const options={enableFirstPartyCookie: true};if(readCookie("notice_behavior") == 'none'){options.bypassUserConsentRequirementFor1PCookie = true;}_comscore.push({ c1: "2", c2: "11398210",options: options}); (function() { var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;s.src="https://sb.scorecardresearch.com/cs/11398210/beacon.js"; el.parentNode.insertBefore(s, el); })();}}); li.meta-innercity a:hover { text-decoration: underline; color: #1E78C1; } .budgetadText{padding:15px 0px 0px 0px;} .subscribed .timeline-section .timeline li.article-ad{display:none} .artinrstl-ad .dfp-ad:before{ display: none;} .bl-article-section .event-article .picture-big a { pointer-events:none !important; } .bl-article-section .event-article .picture-big a img { pointer-events:none !important; } .article-section .breadcrumb{margin-top:20px;} .home-economy .home-economy-head .heading-title { text-transform: capitalize; } .subscribed .after-border-right .element.hide-mobile { border-bottom: 1px solid #BEBEBE !important; } .heatmap-section .sector-heatmap ul li:nth-child(4) { background: rgba(170,170,170,0.3607843137) !important; } .text-red { color: red; } .text-green { color: #00EE20; } .amcharts-main-div .amcharts-chart-div a { display: none !important; } span.greennochange { position: relative; } .status1.rednochange:after, .status2.rednochange:after{left:unset !important} div#artnewsletter{float: left;} .bl-article-section .latest-news-sticky{ min-height:720px; } .articlepaywall .inlineAds .dfp-ad{ display: none; } .bl-article-section .table .comment-img { padding:0; } .subscribed .btn-free-trial-mobileinner, .freetrialtaken .btn-free-trial-mobileinner{ display: none; } .freetrialtaken .btn-free-trial-link { display: none; } #header-bar-mobile .btn-bl-account { display : none; } div.piano-modal-paywallblock.paywallblock .paywallblockcontent .info p{ color: #fff; line-height: 22px; font-size: 15px; } h2.budget-title{display:none;} p.budget-adsText, .budgetadText:before { display: none !important; } .d-xl-block .top-ad .dfp-ad iframe{ width:970px !important; } /* for expando advt */ .flexdfpad { display: flex; align-items: center; justify-content: center;} .inline_embed.article-block-item table {width:100%; overflow-x:auto;} .inline_embed.article-block-item table td {border-width:1px; padding:5px;} body.subscribed .dfp-ad , body.subscribed p.budget-adsText{ display: none; } .subscribed .inlineAds .dfp-ad { display: none !important; } .bl-article-section .element .ad::before{display:none} .footer-mobile-ad.twa { position: fixed !important; height: auto; width: 100%; } body.base-font.bg-white.body-scroll .footer-mobile-ad.twa .dfp-ad.active { display: block; } body.base-font.bg-white.body-scroll.stop-scroll .footer-mobile-ad.heightreduse .dfp-ad.text-center.mobilestickyad.ft-sticky { display: none; } @media(max-width:767px){ .footer-mobile-ad .dfp-ad.mobilestickyad iframe { width: -webkit-fill-available !important; margin: 0 auto; max-width: 320px; } .mobile-top-ad .dfp-ad iframe { width: -webkit-fill-available; margin: 0 auto; max-width: 320px; } div#artmeterwrap{ z-index: 99 !important } .open-in-app-bottom-notch{z-index: 98} #tag-related{ margin-bottom: 25px !important;} .gsiOverlay{ z-index: 9999 !important;} .live-news.big-text .live-text{font-size:24px !important;} .top-ad .ad p{display:none} body.base-font.bg-white.body-scroll .top-ad { display: none; } .footer-mobile-ad.twa .dfp-ad.active { display: block; } } @media screen and (max-width: 570px) { .top-ad .ad { margin: 0 !important;} .searchresults div#blocSrc ul.section-result-list.topborder { order: inherit; } .mobile-topborder { padding: 30px 0px; } .mobile-bottomborder { padding: 30px 0px;} } @media screen and (max-width: 767px) { .oTO-Text-points { display: none; } } #stateofeconomy .author-icon { position: absolute; right: 0; bottom: 12px; } #stateofeconomy .author-list { position: relative; } div#fragmentgainerwidget,div#fragmenttoplooser { display: inline-flex; } div#fragmentgainerwidget .market-common.col-lg-3 , div#fragmenttoplooser .market-common.col-lg-3{ width: 32%; } .navigations .navigations-box{ z-index:9999999 !important} @media screen and (max-width: 570px) { .relative.cuelive { padding-left: 0 !important; } } #entryList .dfp-ad::before { content: "Continue reading after this ADVERTISEMENT"; font-size: 10px; color: #2B2E34; letter-spacing: .2px; padding: 0 0 15px; display: block; margin: 0 auto; text-align: center; position: absolute; top: 3px; width: 100%; } #entryList .time-list .story{ padding: 20px 0px 10px !important; background: #f1f1f1; } section#election-news { position: relative; padding-top: 30px; /* Adjust to make room for the banner */ } section#election-news .container::before { content: "Elections 2026"; font-size: 36px; line-height: 20px; font-family: "Roboto", Light; color: #1E78C1; padding-bottom: 5px; font-weight: 300; z-index: 10; } #election-news .left-section-pic{ padding:0 !important; } #election-news .heading-title{ border-top: none !important; } let ua = navigator.userAgent.toLowerCase(); if(ua.indexOf('safari')){ window.onpageshow = function(event) { if (event.persisted) { window.location.reload() } }; } require(['jquery'], function($) { setTimeout(() => { tp = window["tp"] || []; var user = tp.pianoId.getUser(); var emailid = user && user.email ? user.email : "null"; var cxid = cX.getCxenseUserId() ? cX.getCxenseUserId() : "null"; tp.push(['setCustomVariable', 'email', emailid]); tp.push(['setCustomVariable', 'cxid', cxid]); console.log("userinfo", tp); }, 2000); }); requirejs(["jquery", "bootstrap", "custom"], function ($) { setTimeout(function () { $('.search-field').off('blur'); }, 1000 ); }); // Run after ad loads window.addEventListener('scroll', () => { document.body.style.paddingBottom = '0px'; }); if(readCookie("_pc_thgpremiumexp") == "true"){ var element = document.getElementsByTagName("body") element[0].classList.add('subscribed'); } .sensex-sc{height:43px;background-color:#000;padding:2px 0;margin:0}.sensex-ticker .sensex-data{text-align:center;width:20%;float:left;height:100%;min-height:1px}.width50imp{width:50%!important}.sensex-ticker .sensex-data:after{content:"";display:table;clear:both}.sensex-ticker .sensex-data h5{display:inline-block;margin-bottom:0;font-size:13px;color:#fff;font-weight:400}.sensex-ticker .sensex-data p{display:inline-block;margin-bottom:0;padding:0 10px;margin-left:5px;font-size:13px}.sensex-ticker .sensex-data p.text-green{background-color:#00A416;color:#fff}.sensex-ticker .sensex-data p.text-red{background-color:#C00;color:#fff}.text-green{color:#00EE20}.text-red{color:red}.sensex-slide h5{font-size:16px;color:#1A1818;font-weight:500;margin-bottom:0;text-align:left}.sensex-slide p{font-size:15px;font-weight:initial;margin-bottom:5px;text-align:left}.sensex-slide img{width:100%}.sensex-slider .slick-slide{margin:0 10px}.sensex-slider .slick-next{right:10px}.sensex-slider .slick-prev{left:10px}.sensex-slider .slick-prev::before,.sensex-slider .slick-next::before{color:#4fabd5;opacity:1}.sensex-slider{background-color:#fff;padding:1rem;box-shadow:0 0 5px #ddd;margin:.5rem 0;border-radius:8px}.nopads{padding-left:0px!important;padding-right:0px!important}@media(min-width:992px) and (max-width:1199.9px){.sensex-slide h5{font-size:14px}.sensex-slide p{font-size:13px}}@media(min-width:768px) and (max-width:991.9px){.sensex-slide h5{font-size:14px}.sensex-slide p{font-size:13px}}@media(min-width:100px) and (max-width:767.9px){.sensex-slide h5{font-size:14px}.sensex-slide p{font-size:13px}.nopadsmob{padding-left:0px!important;padding-right:0px!important}}@media(min-width:481px) and (max-width:575.9px){.nopadsmob{padding-left:0px!important;padding-right:0px!important}}@media(min-width:320px) and (max-width:480.9px){.sensex-ticker ul li{margin-right:15px}.nopadsmob{padding-left:0px!important;padding-right:0px!important}.sensex-ticker .sensex-data h5{font-size:10px}.sensex-ticker .sensex-data p{font-size:10px;padding:0 2px}}@media(min-width:100px) and (max-width:359.9px){.nopadsmob{padding-left:0px!important;padding-right:0px!important}.sensex-ticker .sensex-data h5{font-size:10px}.sensex-ticker .sensex-data p{font-size:10px;padding:0 2px}}.sensex-sc .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}body{margin:0!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}.sensex-sc h1,.sensex-sc h2,.sensex-sc h3,.sensex-sc h4,.sensex-sc h5,.sensex-sc h6{margin-top:0;margin-bottom:.5rem}.sensex-sc p{margin-top:0;margin-bottom:1rem}*,::after,::before{box-sizing:border-box}#slideset1{height:1.5em;position:relative}#slideset1>*{visibility:hidden;position:absolute;top:0;left:0;animation:12s autoplay1 infinite}@keyframes autoplay1{0%{visibility:visible}33.33%{visibility:hidden}}#slideset1>*:nth-child(1){animation-delay:0s}#slideset1>*:nth-child(2){animation-delay:4s}#slideset1>*:nth-child(3){animation-delay:8s}.column{float:left;width:50%}.row1:after{content:"";display:table;clear:both} SENSEX 78,493.54 + 504.86

0 ? 'text-green' : 'text-red') + '">'; htmlElements += (tickerData[i].Pricediff > 0 ? '+' : '') + ' ' + numberformat(tickerData[i].Pricediff) + '

A similar view from Elara Securities suggests while geopolitical uncertainty and policy disruptions continue to weigh on sentiment, IT spending has remained relatively resilient, particularly in cloud, data, and AI.

IT services firms remain cautiously optimistic amid a volatile macro environment, with companies like Wipro and TCS highlighting steady tech spending and resilient client priorities despite geopolitical tensions and tariff-related disruptions weighing on visibility. While some clients have adopted a wait-and-watch approach and budgets remain tight, investments in cloud, data, and AI continue to hold firm.

During the company’s Q4 earnings conference call, K Krithivasan, Chief Executive Officer and Managing Director, TCS, noted that client demand in Q4 remained disciplined amid a challenging macro environment, shaped by geopolitical tensions, tariff-related uncertainty, and stringent manufacturing and data-sovereignty requirements.

“Customers continued to prioritize cost rationalization to fund a strategic pivot towards AI-led transformation, with spend focused on vendor consolidation, GCC expansion, and structural efficiency, and the resulting savings reinvested into scaling AI across core operations and product portfolios. Incremental investments were also directed towards digital sovereignty and supply-chain resilience,” he observed.

For TCS, in Q4, client demand across Manufacturing remained cautious, shaped by macroeconomic uncertainty, tariff volatility, and recalibration of EV demand. Despite continued restraint in capital expenditure across Automotive, Industrial, and Chemicals, customers prioritized near-term cost optimization and operational resilience, with sustained focus on AI-led productivity and cloud modernization to streamline operations and improve reliability.

Similarly, client demand across BFSI remained technology-led through the quarter, shaped by heightened macro and geopolitical volatility. While uncertainty around interest rates, inflation, and central bank actions influenced client sentiment, resulting in cautious investments, BFSI clients still prioritized core and legacy modernization, data estate transformation, and cloud migration. They scaled AI/GenAI deployments, productivity-led operating model transformation, and vendor consolidation.

Echoing a similar tone, Srini Pallia, CEO and Managing Director of Wipro, addressed the conflict in West Asia during the company’s Q4 earnings conference call, “There is no specific impact in terms of how we deliver to our clients, and it continues. Some of our clients are wondering whether to hold off on spending or reevaluate their projects. We continue to monitor the situation. While currently there is no significant impact, there are a few projects that clients want to slow down.”

Commenting on the company’s Energy, Manufacturing & Resources (EMR) segment, he said he does not see the conflict having an impact at this moment. He added that geopolitical tensions have become a new normal for clients, who respond according to the situation and often bake such uncertainties into their plans.

Brokerage commentary reinforces this trend. According to Equirius Securities, for Wipro, businesses in the manufacturing sector have been under consistent pressure from tariff-led disruptions. Client priorities are shifting, with spending decisions becoming increasingly tied to direct business outcomes. Despite tighter budgeting and external macro pressures, investments in cloud, data, and AI continue to be strong, viewing these foundational technologies as essential.

The complex macro environment has also created opportunities for Wipro’s consulting arm, Capco, which has been performing well by proactively advising clients and shaping their strategies to navigate issues related to geopolitics, trade, tariffs, and broader technology transitions.

A similar view from Elara Securities suggests while geopolitical uncertainty and policy disruptions continue to weigh on sentiment, IT spending has remained relatively resilient, particularly in cloud, data, and AI. Clients are increasingly outcome‑focused and cautious in near‑term spending, leading to delayed decision‑making and slower ramp‑ups, but growth is expected to improve gradually beyond Q1 as ramp‑ups normalize and strategic deals scale up.

Copyright© 2026, THG PUBLISHING PVT LTD. or its affiliated companies. All rights reserved.

Comments have to be in English, and in full sentences. They cannot be abusive or personal. Please abide by our community guidelines for posting your comments.

We have migrated to a new commenting platform. If you are already a registered user of TheHindu Businessline and logged in, you may continue to engage with our articles. If you do not have an account please register and login to post comments. Users can access their older comments by logging into their accounts on Vuukle.

Terms & conditions | Institutional Subscriber

Discussion (0)

Leave a Reply

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