ADVERTISEMENT

Tips to save fuel

Published Mar 13, 2026 12:05 am  |  Updated Mar 12, 2026 05:56 pm
EDITORS DESK
With the price of fuel skyrocketing, driving efficiently is, no doubt, top of most motorists’ minds now. Granted, the best way to save fuel is not to take your car at all, like going carpooling or taking public transport. However, for those whose schedules or distance from the office does not permit such practices, taking one’s vehicle might be the only solution.
To help you get more miles out of each top up, here are some tips you can employ to stretch each expensive tank of fuel.
1. Lighten your car
The first step is something you can do while the car is parked. Have a look at your vehicle and check for any unnecessary items in your car. This can be anything from trash, some forgotten bottles of water, or other items you may keep in the car out of habit. Do you really need a massive water jug or a five extra pairs of shoes in your car? Check for items left in your car that you don’t really use every day. Removing these things can save a little weight and improve your fuel efficiency. Of course, still keep the spare tire and tools. These are still essential.
2. Check your tire pressure
Another thing you can check before your journey is the tire pressure. Most drivers don’t realize that this one aspect has the greatest effect on fuel efficiency. Maintain your tires at the correct pressure as indicated on the car’s user manual or by the sticker on the door frame. It’s usually on the driver’s side door frame, indicated in pounds per square inch (PSI), atmospheres (BAR) or kilopascals (kPa).
If you want to save a little more fuel, you can exceed the recommended pressure by 2-5 PSI. Bear in mind, going beyond the recommended PSI may also wear your tires unevenly. They may require replacement sooner than expected. Nonetheless, this strategy can help you save one to two km/L per trip.
3. Be light on the gas pedal
The next tip requires a change in driving habit. This requires being a bit more gentle on the gas pedal. When driving in the city, try to press the gas pedal a little more lightly than usual. Sure, it will be slower, but you’ll also save much more fuel in the process. Besides being lighter on the pedal, try to be smoother too, by pressing and releasing the pedal progressively rather than suddenly. The smoother this is done, the more fuel you save.
When on the highway, use cruise control if your car has it. Learn how to engage your cruise control system and engage it when you’re on long stretches of highway. Cruise control systems are designed to have the car run at the speed selected in the most efficient way. Your car’s onboard computer will determine the best combination of gear and throttle input to maintain your set speed. So set it and use it if your trip involves a long stretch of highway.
4. Look far down the road
Most drivers tend to focus only on the bit of road immediately ahead of them. Try to train yourself to look farther down the road. Instead of looking at just 50 meters ahead of you, try looking as far as 100 meters down the road. Trust your peripheral vision to detect obstacles and traffic closer to you.
Once you start looking further down the road, you’ll see early signs of traffic lights changing, vehicles changing lanes, jeepneys stopping for passengers, motorcycles swerving, and even potholes and road obstructions far sooner. This will allow you to make adjustments and prepare much sooner, resulting in smoother steering and throttle inputs, which then result in more fuel saved.
5. Maintain proper distance
When you look farther ahead, it’s much easier to maintain a proper distance from other cars on the road. By keeping a farther distance from cars ahead, you give yourself more room to react to what cars in front and to the sides are doing. This helps you determine whether to step on the gas, coast, or begin to apply the brakes. When you have more room to react, you don’t have to step as heavily on the gas or brake. You’ll know when traffic ahead is about to clear up or come to a stop. When you have all this extra room, you’ll realize just how often you can simply coast or begin to gently apply the brakes and make better use of the vehicle’s momentum.
Applicable to all kinds of cars
Whether you’re driving an Internal Combustion Vehicle (ICE), mild hybrid, hybrid electric vehicle (HEV), or even battery electric vehicle (BEV), all of these tips will help you get more miles out of your vehicle’s power source. In fact, employing these tricks will even improve a hybrid or EV’s already efficient systems, stretching your predicted range even further.
There’s no telling how long these high fuel prices will last, but practicing these tips will certainly go a long way to dull the impact of the high fuel prices.
(Iñigo S. Roces is the editor of Manila Bulletin’s Motoring section)
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.