ADVERTISEMENT

Hands on with the 2022 Mitsubishi Xpander

Published Mar 9, 2022 04:50 pm

Maintaining the lead

First launched in 2018, the Mitsubishi Xpander quickly won over the hearts of Filipino families with a vehicle that is beautifully designed, spacious, efficient, and easy to drive.

Not surprisingly, a waiting list quickly formed for the MPV, and quickly became Mitsubishi’s best-selling model, topping the Mirage and L300. Mitsubishi has continued to keep the model fresh with other offerings like the Xpander Cross, and Xpander Black Series.

Nonetheless, now four years old, the time has come for an Xpander update. As you’ve probably seen on social media, the 2022 Xpander is coming soon. In anticipation of its arrival, Mitsubishi was kind enough to give us a quick preview of the upcoming model as well as what has been improved.

A new look

The new Xpander receives extensive improvements, both inside and out. The most evident are those done to the exterior. The slit-type lamps now work like true daytime running lamps, illuminated even during the day. It gets new T-shaped LED headlights for a more modern and aggressive look. The new grille is divided into two sections. The upper portion comes with gloss-black a two-bar design, while the lower has a mesh design. It’s finished off with a new design around the lower grille and foglamps.

Along the side, it boasts of larger 17-inch wheels and new side sills, while still offering 220mm of ground clearance. Like the front, the rear gets the same T-shaped LED taillights. The rear bumper was also redesigned for a sportier look. The reflectors have been moved to the corners housed inside ducts made to look like diffusers.

Improved interior

The cabin gets a major makeover as well. The new model gets a more symmetrical cockpit with brushed aluminum strips stretching across and up and down. Mitsubishi calls this the Horizontal Axis and boasts of high quality material, offering a softer touch and premium feel.

The driver gets a Lancer Evolution-inspired wheel sporting controls for the entertainment system and cruise control. On the instrument cluster is the familiar twin dial setup with a multi-information display screen.

On the center stack is the new touchscreen infotainment system with buttons for some functions and a knob for the volume. This digital system is compatible with Apple CarPlay and Android Auto. The biggest change is in the climate control system with toggle switches for the temperature and fan speed.

Those who’ve driven the older Xpander will notice the center console is now sleeker. That’s thanks to the new electronic parking brake that comes with an autohold feature to give you a break from stepping on the brake at stoplights. Mitsubishi has also kept the handy sneaker drawer hidden underneath the front seat, particularly handy for those into active sports.

Passengers will enjoy the new seats with improved bolstering and extra padding. The center storage in between the two front seats is now higher as well, now serving as a comfortable arm rest.

Behind, the second row now features a folding center arm rest with built-in cupholders. Passengers here also get a USB type-A and type-C slot to easily charge their gadgets.

Powering the 2022 Xpander is still the same 1.5-liter inline-four paired with a four-speed automatic transmission.

Being an Xpander owner myself, it’s certainly nice to see Mitsubishi has done their homework. The improvements only make the vehicle even more enjoyable to drive without compromising its best features.

Despite all these changes, Mitsubishi has still managed to keep the Xpander’s price down. The base GLX MT starts at P1,030,000, while the top-of-the-line GLS AT features here is priced at P1,160,000.

The all-new Xpander can now be pre-ordered at Mitsubishi dealerships across the country. Deliveries and official sales are expected to begin later this year.

Related Tags

MPV xpander Mitsubishi
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.