Saturday, June 28, 2025
28.9 C
Singapore

SG-JB KTM train to cease operations 6 months after new ‘6 minutes’ RTS link starts running in 2027

SINGAPORE: The KTM Shuttle Tebrau train service between Singapore and Johor Bahru will cease operations six months after the “six-minute” new Rapid Transit System (RTS) Link starts running in 2027, Mothership reported, citing Harian Metro.

Johor’s Works, Transportation, Infrastructure, and Communications Committee chairman, Mohamad Fazli Mohamad Salleh, said the Shuttle Tebrau trains will be used to increase the frequency of travel from JB Sentral to Kempas Station.

The Shuttle Tebrau, operated by Keretapi Tanah Melayu Berhad (KTMB), has been running since July 2015 and runs 31 trips daily in both directions between Johor Bahru Sentral and the Woodlands Train Checkpoint in Singapore. Each trip takes about five minutes.

The 1.1-km KTM service can carry up to 8,635 passengers a day, with tickets priced at RM5 (S$1.50) from JB to SG and S$5 from SG to JB.

The RTS Link, which was said to be around 50% complete in February and slated to be completed on Jan 1, 2027, will operate daily from 6 a.m. to midnight. It is designed to carry up to 10,000 passengers per hour in each direction, with a peak-hour frequency of 3.6 minutes per train.

See also  Man says he woke up to find topless Indian man in his room

While excitement is building among commuters for the new six-minute RTS journey, concerns remain among Johoreans about infrastructure, traffic, rising land prices, and the cost of living.

Meanwhile, in the city-state, the ministry has formed a task force to help locals and businesses seize opportunities and benefit from the upcoming RTS Link. /TISG

Read also: SG to JB: ⁠Best ways to quickly grab a seat in the KTM train before they sell out to enjoy a relaxing trip from Singapore to Johor Bahru

Hot this week

Work-life balance is still top priority for Singaporeans after 3 years, though Gen X values pay a bit more

SINGAPORE: Work-life balance has remained the most important factor...

S’poreans share their ‘I’m broke meal’ when money is very low

SINGAPORE: In this day and age of high food...

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); } });