ADVERTISEMENT

'May plaka na ba ang lahat?' Finally, LTO wipes out millions of backlog in motor vehicle plates

Published Jul 15, 2025 11:03 am  |  Updated Jul 15, 2025 01:14 pm
After more than a decade, the national government, through the Land Transportation Office (LTO), finally ended what seemed to be an impossible task of printing millions of backlog of license plates for all motor vehicles.
The problem started in 2014 due to various issues that include procurement issues, legal battles and logistical battles that hounded the printing and distribution of license plates.
The license plate backlog that reached the peak of over 15 million was finally resolved in the past two years, when the LTO started to ramp up plate production.
Based on the LTO data, it was able to produce a total of 18,578,612 plates in the past two years, including plates for newly-bought vehicles and replacement plates.
The figure covers 11,815,068 motorcycle plates and 6,763,544 (which equates to 3,381,772 pairs) motor vehicle plates.
“We are elated and excited to announce that your LTO was able to comply with the commitment to President Ferdinand ‘Bongbong’ R. Marcos, Jr. that there will be no backlog for both motorcycle and four-wheel vehicles plates by June 2025,” said acting Assistant Secretary and LTO chief Greg G. Pua in a press briefing on Tuesday, July 15.
“To borrow a quote from our LTO Chief, Asec Mendoza: ‘Sa Bagong Pilipinas, lahat may plaka na’,” he added.
The man behind
In July 2023, Marcos appointed lawyer Vigor D. Mendoza II as the LTO chief—with an instruction for the latter to address the main issues and problems that put the agency—up to the national government— in bad light in the eyes of motor vehicle owners.
It was Mendoza who initiated policy reforms and implemented measures to ensure that the LTO would be able to narrow the gap on specific timelines for the production and distribution of plates until all the backlog is wiped out.
The policy reforms and the drastic measures implemented resulted in the plate production of up to 800,000 license plates a month and as a result six months later, the license plate backlog for all four-wheel vehicles was addressed.
One of the measures implemented is to ensure that the plates for newly-bought vehicles are included in the production, printing and distribution so that they would not be included in the backlog.
With the plate backlog for four-wheel vehicles wiped out, Mendoza then shifted its focus to the motorcycles.
Last year, Mendoza and then Department of Transportation Secretary Jaime Bautista met with President Marcos, who in turn, vowed to download all the necessary support systems to ensure that the plate backlog is addressed.
It was during the meeting that Mendoza was quoted saying that if all the support system is guaranteed, the LTO would wipe out all the remaining plate backlog by June this year.
A promise not broken
“The President’s instruction was clear: Fast-track the plate production to address the problem and that we should not disappoint the Filipino people,” Mendoza was quoted saying after the meeting with the President.
And on the last day of June 2025, Pua said the LTO was able to comply with its commitment to the President by producing a total of 18,578,612.
“These include both backlogs and current plate requirements,” said Pua.
“This significant accomplishment, which surpassed the expectations of everybody, is a team effort, with the dedication and perseverance of our Plate Making Plant,” he added.
The distribution
“And with this task finally completed, we assure our millions of clients that we will also fast-track the process of delivery and will continue to find ways to do so,” said Pua.
Based on the July 9 data of the LTO, around 7.2 million plates were already distributed to their rightful owners—the top three regional offices in terms of the volume of plates distributed were Metro Manila, followed by Western Visayas and then Northern Mindanao.
In order to further expedite the distribution process, the LTO earlier launched the LTOTracker, the new technology will provide access to the agency clients to track the status of their driver’s licenses and motor vehicle plates in real time and even have them delivered straight to their doorsteps through an accredited courier service provider.
Since its live testing on April 26, thousands of driver’s licenses and license plates have been delivered right at the doorsteps of the owners.
In Metro Manila, the LTOTracker use is now in full blast.
While LTOTracker offers courier service, LTO clients will still have the option to go traditional, or by picking their driver’s license and license plates at LTO offices near them.
But for those who prefer home delivery, he said at least nine courier services are linked to the LTOTracker.
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.