Friday, June 27, 2025
32.9 C
Singapore

Customer service delays in Singapore result in businesses losing S$1.24B in wages

SINGAPORE: There have been more customer service delays in Singapore, with recent figures revealing a staggering cost of S$1.24 billion in lost wages.

The average Singaporean finds themselves spending 16.1 hours waiting on hold to address service complaints, according to a study released by ServiceNow.

Singapore Business Review reported that last year, Singaporeans collectively endured over 30 million hours on hold, a concerning statistic that points towards businesses taking more time in resolving customer-related issues. This translates to approximately two full working days (16.1 hours) per individual, contributing to a substantial nationwide wage loss.

Findings also suggest a growing frustration among consumers. One in three Singaporeans reported spending more time on hold in 2023 compared to the previous year. Additionally, one in two respondents believe that the time taken to resolve issues has increased.

ServiceNow has issued a warning that sluggish service solutions could escalate business operating costs. On average, employees are dedicating 4.7 working days to resolve each customer issue, highlighting the need for more efficient customer service processes.

See also  Budget airline Scoot promises to improve customer service after several flight disruptions

The reasons behind prolonged wait times are varied, with issues such as staff lacking decision-making authority (52%), lack of responsibility and ownership in between departments (48%), inefficient internal communication (48%), understaffed or overwhelmed customer service departments (47%), and a perceived lack of listening skills among customer service staff (40%).

The deteriorating quality of customer service is a growing concern among consumers, with seven in ten Singaporeans attributing it to companies cutting costs.

According to Mr Wee Luen Chia, managing director at ServiceNow Asia, “Businesses that empower their employees and teams to collaborate quickly and transparently to resolve issues will succeed in 2024.”

Frustrating wait times, little resolution and abrupt service disruption are costing Singapore its patience along with National productivity, too,” he added.

According to the study, Singaporeans have clear expectations of what constitutes good customer service. These include expedient issue resolution (67%), prompt accessibility via phone, chat, or in-person (52%), empathy from customer service agents (47%), ability to monitor progress (46%), and comprehensive knowledge of service details by agents (42%). /TISG

See also  ‘Smiling at work’ is harassment, Japanese survey reveals

Featured image by Depositphotos

Hot this week

SIA CEO’s annual pay fell 13.5% to S$7m despite record profit

SINGAPORE: Singapore Airlines (SIA) chief executive officer Goh Choon...

Singapore is 6th most peaceful country on the 2025 Global Peace Index

SINGAPORE: In the 19th edition of the Global Peace...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });