ADVERTISEMENT

Recovery of carnapped vehicle does not bar full payment of insurance claim – SC

Published Aug 19, 2025 11:53 am
The recovery of a carnapped vehicle does not prevent its insured owner from claiming and receiving full payment for monetary claim under an insurance policy, the Supreme Court (SC) ruled.
The SC pointed out that insurance would lose its purpose if the insured had to wait indefinitely for the recovery of the carnapped vehicle or was forced to buy a replacement only to have the original vehicle returned later.
In a decision written by Associate Justice Henri Jean Paul B. Inting and made public on Tuesday, Aug. 19, the SC directed UCPB General Insurance Co., Inc. (UCPВ) to pay Wilfrido C. Wijangco for the loss of his stolen Jaguar vehicle which was carnapped on Aug. 24, 2006 in Paranaque City.
A summary of the decision issued by the SC’s Office of the Spokesperson stated that Wilfrido’s son, Andrew, was held at gunpoint in a parking lot. The armed men threatened him and drove away with the car.
The theft was reported to the police, and Wilfrido filed an insurance claim with UCPB, submitting all the required documents.
UCPB later informed Wilfrido that the vehicle had been recovered by the Traffic Management Group (TMG). UCPB put his claim on hold and said it would close it unless he submitted a TMG investigation clearance.
With no progress on his claim, Wilfrido filed a case against the insurer.
The Regional Trial Court (RTC) granted the insurance claim as it ruled that the theft triggered UCPB’s liability regardless of the recovery of the vehicle.
The Court of Appeals (CA) reversed the RTC’s ruling. Wilfrido, represented by his son, elevated the case to the SC.
In resolving the petition, the SC said that under Section 2(a) of the Insurance Code, a contract of insurance refers to "an agreement whereby one undertakes for a consideration to indemnify another against loss, damage or liability arising from an unknown or contingent event."
It said that it is indubitable that Wilfrido, as the registered owner of the carnapped vehicle, has an insurable interest over it at the time when the Insurance Policy took effect and when the vehicle was supposedly lost.
It also said that there was no dispute that when the vehicle was carnapped, Wilfrido had already paid the insurance premium such that the Insurance Policy was in effect at the time of the vehicle's loss.
Thus, the SC said that UCPB Insurance is bound by contract to indemnify Wilfrido against the loss of the subject vehicle, provided that the loss arose from a risk or peril covered by the Insurance Policy.
It pointed out that in non-life insurance, Section 249 of the Insurance Code creates an obligation on the part of the insurer to pay an insurance claim within specified periods of time after it has received proof of loss from the insured.
It stressed that Section 249 provides a maximum period of 90 days after receipt of the proof of loss within which an insurance claim under a non-life insurance must be paid by the insurer; otherwise, the insured would be entitled to interest on the insurance proceeds at the rate of twice the ceiling prescribed by the Monetary Board.
In Wilfrido’s case, the SC said that through a letter dated March 21, 2007, UCPB Insurance informed Wilfrido that the subject vehicle was recovered by Task Force Limbas.
By then, 162 days had already elapsed from the time when Andrew submitted the proof of loss to UCPB Insurance's adjuster on October 10, 2006, it also said.
“Clearly, Wilfrido cannot be compelled to accept the recovered vehicle, as he was informed of its recovery beyond the 90-day period for payment in Section 249 of the Insurance Code,” it stressed.
In the dispositive portion of the decision, the SC directed UCPB General Insurance to pay Wilfrido the insurance proceeds of P1.8 million; attorney’s fees of P180,000; double interest on aggregate amount of P1.98 million; moral damages of P100,000; exemplary damages of P100,000; and the cost of suit.
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.