Friday, June 27, 2025
32.9 C
Singapore

Singapore Airlines entire fleet now using Mobil Jet Oil 387

ExxonMobil said all Singapore Airlines’ aircraft will start using the Mobil Jet Oil 387, a synthetic High-Performance Capability (HPC) turbine engine oil.

Among the world’s most awarded carriers, Singapore Airlines operates one of the youngest fleets in the aviation industry.

Its fleet includes a range of Airbus and Boeing wide-body aircraft powered by some of the most advanced and popular engine technologies, including numerous Rolls-Royce Trent and General Electric’s GE90 variants.

“Singapore Airlines’ decision to use Mobil Jet Oil 387 across its entire fleet is a powerful recognition of the many performance benefits our oil can deliver,” said Vipin Rana, global aviation lubricants sales manager at ExxonMobil.

“We are confident that Mobil Jet Oil 387 will be a valuable fleet-wide lubricant solution for Singapore Airlines and can be for other air carriers as well.”

Created entirely by ExxonMobil lubricant formulators, Mobil Jet Oil 387 features custom-made esters and unique additives that help deliver a combination of benefits never before achieved with an HTS/HPC turbine oil.

See also  Malaysian gov’t urged to not miss out music tourism "economic lottery" as Singapore stands to make millions, if not billions, from Coldplay, Taylor Swift, and other big concerts

The fuel is said capable of delivering outstanding deposit control, oxidative stability, and seal compatibility.

These key benefits help ensure that the Mobil fuel meets the performance requirements for current and future turbine engine technologies, making it an ideal lubricant choice for carriers such as Singapore Airlines.

To date, the fuel has accrued nearly one million hours of on-wing performance and protects more than 250 aircraft from carriers around the world.

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