ADVERTISEMENT

Review: HUAWEI Pura 90s Pro Max, a photography powerhouse

Published Aug 14, 2026 04:05 pm
Whenever HUAWEI introduces a new flagship device, it is like going out in the street to watch a parade and fireworks. It’s a spectacle with a lot to see and admire. And there is plenty to admire with the HUAWEI Pura 90s Pro Max.
It is powered by a Kirin 9030S, HUAWEI’s own in-house chip. It gives the Pura 90s Pro Max that extra “oomph” in speed and power, but more importantly for this device, it is also the heart of its highly impressive imaging processing capabilities.
The HUAWEI Pura 90s Pro Max’s camera is very good, like really good. It captures colors that are very natural, with some touch ups that don't make the image feel too much. The shadows and blacks are very well textured, giving every image depth and a level of crispness that puts the max in making you feel like a pro in photography. Though sometimes, the device removes too much of the shadows, brightening the image a bit. Sometimes shadows are needed to compose images. So, if you’re after that, you may need to apply some tweaking before snapping.
The telephoto lens is so good that it’s ridiculous. Though, by gut feeling alone, I feel the HUAWEI Mate 80 Pro I’ve reviewed a couple of months ago to have a slightly better camera option for its flexibility to shoot long distances and up close. The colors felt much more balanced as well. But this isn’t throwing shade at the Pura 90s Pro Max, the 200MP telephoto lens gives it a significant edge in capturing distant images. The size of its sensors itself is a flex of its own photography prowess. So, in short, the Pura 90s Pro Max is a solid choice if you will be taking photography as a serious hobby.
Also, it should add to your confidence to take the Pura 90s Pro Max out in the open to capture that perfect photo, it is IP68 and IP69, making it resistant to water.
The build quality is excellent. While it is lightweight, there is a noticeable heft in the upper portion of the device, which is understandable given the massive camera setup. HUAWEI is also cooking with the color options. The Orange Ocean is beautiful to look at, almost like a tropical sunset. The unit we received for review was the Purple Blaze, which gave me the impression of a sunrise. Or a sunset. Depends on your mood.
What I especially like about the colors and the build, is that you don’t have to cover it all up and worry how sturdy it is. We’ve been testing HUAWEI phones for over a decade now, and the technology they’ve developed in between those years have been pure stone cold stunners. Of course, we’re talking about the Kunlun Glass. When this was introduced to us a couple of years back, HUAWEI executives confidently demoed the units themselves, dropping it multiple times without a case and in nearly every angle. This still rings true for the HUAWEI Pura 90s Pro Max. The improved Kunlun Glass feels stronger than ever. And it is this toughness that gives me the confidence to carry this phone without a case, allowing me to boast those beautiful covers.
Perhaps, the criticism for HUAWEI devices isn’t even their fault. It is the lack of Google apps and Play Store, which makes downloading additional features that you need a bit tricker, especially if you’re new to the HUAWEI ecosystem. Thankfully, HUAWEI’s own AppGallery is continuously evolving and improving. You can download the Google apps you need but it goes through a middleman and if you’re chill about that, then you’ve got nothing to worry about. AppGallery is expanding big enough to cover necessary apps in the country, such as Grab, GCash, Maya, and Angkas, among many other apps.
However, the AppGallery has a lot of ads and a pop-up that recommends you to download a list of apps. I can almost ignore the former, since there are many apps out there that do exactly this, and yes, it is a bit annoying. But the pop-up that points you to check out certain apps is a bit too much in my book. I would have preferred something less intrusive that allowed me to freely explore the kinds of apps I would want on my own.
The HUAWEI Pura 90s Pro Max gets our own certification of approval. It is a phone you’d want if you’re eager to set out in the world and explore with photography. The only real caveat is if Google apps are that important to you, then there are only a few compromises in that regard. Otherwise, the HUAWEI Pura 90s Pro Max is an easy thing to recommend to tech enthusiasts, phone lovers, and those seeking to upgrade and hoping to find something new and interesting.

Related Tags

HUAWEI HUAWEI PH HUAWEI Pura 90s Pro Max
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.