ADVERTISEMENT

Preparing your car for the rainy season

Check today to avoid trouble later

Published Jul 4, 2026 12:11 pm

At A Glance

  • Most drivers are preparing for slippery roads and poor visibility, but many overlook the other ways changing weather conditions can affect their vehicle.
  • While motorists often remember to check their tires and wipers before the rainy season, coolant and brake fluid inspections are frequently overlooked.
(MARK BALMORES / MANILA BULLETIN / file)
(MARK BALMORES / MANILA BULLETIN / file)
The Philippine Atmospheric, Geophysical and Astronomical Services Administration (PAGASA) officially declared the start of the Habagat season, signaling the arrival of the rainy months ahead. The arrival of the rainy season doesn't always mean consistent rains. One day can bring intense heat, while the next can bring heavy afternoon downpours.
It’s no surprise most drivers are preparing for slippery roads and poor visibility, but many overlook the other ways changing weather conditions can affect their vehicle.
Check today to avoid trouble later
Preparing your vehicle for the rainy season doesn't have to be complicated. Start by checking your tires, windshield wipers, lights, and battery to make sure they're ready for wet driving conditions.
Make sure your tires have enough tread to safely drive through wet roads. Check your windshield wipers for any signs of cracks or damage. Also clear the wiper blades of any dust and debris to avoid streaking.
Turn on your headlights, brake lights, hazard lights, turn signals, and taillights to check for any faulty or busted bulbs so you can have them changed. Visibility at night is critical and working bulbs make your vehicle more visible.
Check that your vehicle’s battery has sufficient charge and all the necessary cables are connected to the terminals.
It's also a good time to inspect your engine bay for leaks and monitor fluid levels. If something looks unusual, consult a trusted mechanic before it turns into a bigger problem. After all, it's always easier to address small issues in your garage than deal with them on the side of the road during a sudden downpour.
Don’t forget the top 2 fluids
While motorists often remember to check their tires and wipers before the rainy season, coolant and brake fluid inspections are frequently overlooked until a problem occurs. By ensuring these essential fluids are in good condition, motorists can drive with greater confidence whether they're navigating daily traffic, sudden downpours, or long drives.
Coolant
Most people associate engine problems with the summer season, but your vehicle still works hard during the rainy months. Heavy traffic, humid weather, and sudden shifts between hot and rainy conditions can make it more difficult for your engine to maintain its ideal operating temperature.
That's why your cooling system continues to play an important role regardless of the weather. When left unchecked, cooling system issues can affect performance and eventually lead to costly repairs that could have been avoided through preventive maintenance.
Prestone makes it easy to top up your engine coolant with its Asian Coolant line, designed for a wide range of vehicles. Engineered with 5X Superior Cooling Action and Cor-Guard Technology, it helps protect engines from overheating, rust, and corrosion, keeping the cooling system working efficiently even under changing weather conditions.
The Prestone Asian Coolant 1L is available in red, blue, and green color variants. Simply choose the color designed for your car’s brand. Red coolant is for all Toyota, Lexus, and Scion vehicles of all years. Blue coolant is for all Honda, Nissan, and Subaru vehicles, pre-2009 to 2011 and newer. Green coolant is for all Isuzu, Suzuki, Hyundai, Kia, Mazda, and Mitsubishi vehicles, pre-2009 to 2011 and newer
Brake fluid
Equally important is maintaining your vehicle's braking system, especially during the rainy season when roads can become slippery and stopping conditions less predictable. Prestone Brake Fluid delivers 5X Superior Braking Action Guaranteed, helping provide safe, dependable, and consistent braking performance when it matters most.
Formulated to help protect against overheating, brake fade, and performance decline caused by water absorption, Prestone Brake Fluid is suitable for all vehicles requiring a DOT 3 specification. Together with regular vehicle maintenance, it helps motorists stay confident and prepared for whatever the road and weather may bring.
Road readiness starts before the rain
Whether you’re navigating heavy traffic on your daily commute, driving through sudden afternoon downpours, heading out on a long weekend trip, or running errands for your family, being road-ready starts with proper vehicle care.
Both Prestone products are available at leading automotive stores and retail outlets nationwide, including True Value, Handyman, Ace Hardware, Blade, and online through the official stores on Lazada, Shopee, and Tiktok Shop. Prestone also urges customers to purchase only from authorized retailers to ensure product authenticity and vehicle safety.

Related Tags

Prestone RAINY SEASON
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; } }

{{ static_articles_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.