Compare Laptops

Search Laptop to Compare
  • Price List

  • GENERAL

    • Model
    • Asus ProArt PZ13 OLED
    • HP Omen
    • Model ID
    • 17-ap046tx
    • Part Number
    • (HT7407NA-SN024WS)
    • OS
    • Windows 11 Home Basic
    • Windows
    • OS Version
    • 11 Home Basic
    • 10 Home
    • OS Architecture
    • 64 Bit
    • Laptop Style
    • Gaming
    • Laptop Type
    • Color
    • Nano Black
    • Black
    • Year
    • 2026-07-14
    • Warranty
    • 1 Year
    • Yes
  • DISPLAY

    • Screen Size
    • 14 Inches (35.56 cm)
    • 17.3 inch
    • Screen Type
    • OLED
    • FHD LED
    • Pixel Density
    • 243 ppi
    • Refresh Rate
    • 144 Hz
    • Brightness
    • 500 nits
    • Screen Resolution
    • 2880 x 1800 Pixels
    • 1920 x 1080 pixel
    • Touch Screen
    • Yes
    • Diplsay Features
    • 0.2ms Response Time 1000nits HDR peak brightness Stylus support 100% DCI-P3 color gamut 1 000 000:1 Contrast ratio VESA CERTIFIED Display HDR True Black 1000 1.07 billion colors PANTONE Validated Anti-reflection(AR) display 70% less harmful blue light T�V Rheinland-certified
    • FHD IPS UWVA Anti-glare WLED-backlit
  • PROCESSOR

    • Processor Type
    • Intel Core i7 8th Gen)
    • AI Support
    • Clock-speed
    • 2.8 Ghz
    • Graphic Processor
    • NVIDIA GeForce GTX 1080 (8 GB GDDR5)
    • NPU
  • BODY

    • Weight
    • 0.79 Kg (Light-weight)
    • 4.45kg
    • Dimension
    • 319.6 x 206.4 x 9.0 mm
    • 42.4 x 30.5 x 3.5 cm
  • MEMORY (RAM)

    • System Memory
    • 32 GB
    • 32 GB
    • Expandable Memory
    • RAM Type
    • DDR4
    • RAM Speed
    • 2400 MHz
    • Memory Slots
    • 2 Slots
  • STORAGE

    • HDD Capacity
    • 1 TB
    • HDD Speed(RPM)
    • 7200
    • HDD Type
    • Hardware Interface
    • SATA
    • Solid State Drive Capacity (SSD)
    • 1 TB
    • 512 GB
    • eMMC
  • BATTERY

    • Battery Cell
    • 6 cell
    • Battery Type
    • Li-Ion
    • Battery Capacity
    • 75 WHrs
    • Battery Life
  • COMMUNICATION

    • Ethernet
    • Bluetooth
    • Yes (5.4)
    • v4.2
    • Wireless LAN
    • 802.11 b/g/n/be
    • 802.11 a/b/g/n/ac
    • SIM
  • PORTS/SLOTS

    • Mic In
    • Multi Card Slots
    • Yes
    • RJ45 LAN
    • Yes
    • USB Port
    • 2
    • 2 USB 3.1 Gen 1 (Data transfer only); 1 USB 2.0
    • SD Card Reader
    • Yes
    • Yes
    • HDMI Port
    • 0
    • HDMI v2.0
    • Headphone Jack
    • Yes
    • Microphone Jack
    • Yes
    • Other Ports
    • Mini DisplayPort 1.2
  • MULTIMEDIA

    • Web-cam
    • Yes
    • HP Wide Vision HD Webcam
    • Secondary cam(Rear-facing)
    • Audio Solution
    • Smart Amp Technology
    • Bang & Olufsen Audio
    • Speakers
    • Yes
    • Quad speakers
    • Sound Technologies
    • HP Audio Boost Smart Amp
    • In-built Microphone
    • Yes
    • Dual array Digital Microphones
  • PERIPHERALS

    • Optical Drive
    • Pointer Device
    • Touch Pad
    • HP ImagePad - Image sensors built - in for accurate Multi - Touch Gesture support
    • Keyboard
    • Soft Keyboard, With Copilot key
    • Dragon Red Backlit Island - style Keyboard with Numeric keypad
    • Fingerprint Scanner
    • Read/Write Speed
    • Security
Compare Laptops
Notifications
Settings
Clear Notifications
Notifications
Use the toggle to switch on notifications
  • Block for 8 hours
  • Block for 12 hours
  • Block for 24 hours
  • Don't block
Gender
Select your Gender
  • Male
  • Female
  • Others
Age
Select your Age Range
  • Under 18
  • 18 to 25
  • 26 to 35
  • 36 to 45
  • 45 to 55
  • 55+
// // // // `; // } // }); // moreFromHtml += ` // // ${!/Mobi|Android/.test(navigator.userAgent) // ? `
//
Prev
//
Next
//
` // : "" // } // // // // `; // document.querySelector(".oi-carousel-block").innerHTML = moreFromHtml; // } // } // let designLoaded = parseInt(sessionStorage.getItem("design")) || 1; // let deeplinkElements = document.querySelectorAll(".oi-recommended-articles-option1, .oi-recommended-articles-option2, .oi-recommended-articles-option3"); // if (deeplinkElements.length > 0) { // designTemplateLoaded = true; // deeplinkElements.forEach((element) => { // if (!element) return; // element.classList.remove("oi-recommended-articles-option1", "oi-recommended-articles-option2", "oi-recommended-articles-option3"); // element.classList.add(`oi-recommended-articles-option${designLoaded}`); // const updateLink = () => { // const link = element.querySelector("a"); // if (!link) return false; // link.dataset.uparam = `ref_source=${hostParam}-${langParam}&ref_medium=Article-Page&ref_campaign=Deep-Links-D${designLoaded}`; // return true; // }; // // try updating immediately // updateLink(); // // observe only if link not yet present // const observer = new MutationObserver(() => { // if (updateLink()) { // observer.disconnect(); // } // }); // observer.observe(element, { childList: true, subtree: true }); // }); // globalAnchorClick() // // calculate next design // let nextDesign = (designLoaded % 3) + 1; // sessionStorage.setItem("design", nextDesign); // } // }) // .catch((err) => { // console.log("deeplink loading...", err); // }); // } if (!articleDeeplinksLoaded && trackpagetype == "article") { articleDeeplinksLoaded = true; const containsDeeplink = document.getElementById("containerMain").dataset.deeplink_flag == 1; if (!containsDeeplink) { const isMobile = /Mobi|Android/i.test(navigator.userAgent); const version = "1.0.5"; const mobileSrc = `/common/deeplink-mobi.js?v=${version}`; const desktopSrc = `/common/deeplink-desk.js?v=${version}`; const script = document.createElement("script"); script.src = isMobile ? mobileSrc : desktopSrc; script.type = "text/javascript"; script.onload = () => { const cfg = DEEPLINK_CONFIG[domainmiddle]; const content_id = document.getElementById("containerMain").dataset.content_id ?? ""; const deeplink_Elements = document.querySelectorAll(cfg?.selector); if (deeplink_Elements.length > 0) { fetch(`https://dmp.oneindia.com/api/v1/dmp?tags=${document.head.dataset.engTags || ''}&dmp_limit=50&trending_limit=50&site=${window.location.hostname}&exclude-ids=${content_id}`) .then((res) => { console.log("DMP API Response Status:", res.status); return res.json(); }) .then((data) => { let mixedArr = data.dmp ? (data.dmp.length > numOfDeeplinks ? data.dmp : [...data.dmp, ...data.trending.slice(0, numOfDeeplinks - data.dmp.length)]) : data.trending; let recommend = ["Also Read", "Recomended for you", "You may also like"]; let indexHolder = 0; deeplink_Elements.forEach((element, index) => { element.style.display="inline"; if (!element || !mixedArr?.length) return; let num = index % 3; indexHolder = index; let deeplinkData = mixedArr[index]; if (!deeplinkData) return; element.innerHTML = cfg.template(deeplinkData, recommend[num], hostParam, langParam); } ); const targetContainer = document.querySelector(".oi-carousel-block"); const moreFromCfg = typeof MOREFROM_CONFIG !== 'undefined' ? MOREFROM_CONFIG[domainmiddle] : null; if (targetContainer && moreFromCfg && typeof moreFromCfg.renderLayout === 'function') { const moreFromArticles = mixedArr.slice(indexHolder + 1, parseInt(indexHolder + numOfDeeplinks)); targetContainer.innerHTML = moreFromCfg.renderLayout(moreFromArticles, hostParam, langParam); } let designLoaded = parseInt(sessionStorage.getItem("design")) || 1; let deeplinkElements = document.querySelectorAll(".oi-recommended-articles-option1, .oi-recommended-articles-option2, .oi-recommended-articles-option3"); if (deeplinkElements.length > 0) { designTemplateLoaded = true; deeplinkElements.forEach((element) => { if (!element) return; element.classList.remove("oi-recommended-articles-option1", "oi-recommended-articles-option2", "oi-recommended-articles-option3"); element.classList.add(`oi-recommended-articles-option${designLoaded}`); const updateLink = () => { const link = element.querySelector("a"); if (!link) return false; link.dataset.uparam = `ref_source=${hostParam}-${langParam}&ref_medium=Article-Page&ref_campaign=Deep-Links-D${designLoaded}`; return true; }; updateLink(); const observer = new MutationObserver(() => { if (updateLink()) { observer.disconnect(); } }); observer.observe(element, { childList: true, subtree: true }); }); let nextDesign = (designLoaded % 3) + 1; sessionStorage.setItem("design", nextDesign); } globalAnchorClick(); }) .catch((err) => { console.log("deeplink loading...", err); }); } }; script.onerror = () => console.error("Failed to load deeplink config script:", script.src); document.head.appendChild(script); } } if (!indianSutrasAds) { let adSlots = document.querySelectorAll("[id^='are-slot-']"); indianSutrasAds = true; if (adSlots.length) { adSlots.forEach((element) => { if (window.location.hostname == "hindi.indiansutras.com") { let nativeDiv = document.createElement("div"); nativeDiv.id = "4dcfbc057e2ae8589f9bbd98b591c50a"; const js = document.createElement("script"); js.type = "text/javascript"; js.src = "https://click.nativclick.com/loading/?handle=9699"; js.async = false; // force execution order nativeDiv.appendChild(js); element.appendChild(nativeDiv); } if (window.location.hostname == "tamil.indiansutras.com") { let nativeDiv = document.createElement("div"); nativeDiv.id = "fc2dc7d20994a777cfd5e6de734fe254"; const js = document.createElement("script"); js.type = "text/javascript"; js.src = "https://click.nativclick.com/loading/?handle=9698"; js.async = false; // force execution order nativeDiv.appendChild(js); element.appendChild(nativeDiv); } }); } } if (refiner_live && refineryHost.includes(domainmiddle)) { if (!refinery_flag) { refinery_flag = true; loadrefinery(); } } if (!affinityInserted) { affinityInserted = true; if (affMatrix == 1 && trackpagetype != "home") { affinityMatrix(); } } if (!chartbeatLoaded) { chartbeatLoaded = true; if (chartbeatflag == 1) { if (typeof ga_author_name === "undefined") { let ga_author_name = ""; } if (typeof oi_category_name === "undefined") { let oi_category_name = ""; } let parts = window.location.hostname.split("."); let charbeatdomain = window.location.hostname; //parts.slice(-2).join('.'); let _sf_async_config = (window._sf_async_config = window._sf_async_config || {}); _sf_async_config.uid = 51426; _sf_async_config.domain = charbeatdomain; _sf_async_config.flickerControl = false; _sf_async_config.useCanonical = true; _sf_async_config.useCanonicalDomain = true; _sf_async_config.sections = oi_category_name; _sf_async_config.authors = ga_author_name; loadChartbeat(); } } if (!sessionStorage.getItem("clarityLoaded")) { if (!clarityFlag) { clarityFlag = true; fetch("/common/clarity-tracking.json?v=" + clarityVersion) .then((response) => response.json()) .then((data) => { const clarityId = data[domainmiddle]?.[claritylangParam]; if (!clarityId) { console.error("Clarity ID not found for the given domain and language!"); return; } (function (c, l, a, r, i, t, y) { c[a] = c[a] || function () { (c[a].q = c[a].q || []).push(arguments); }; t = l.createElement(r); t.async = 1; t.src = "https://www.clarity.ms/tag/" + i; y = l.getElementsByTagName(r)[0]; y.parentNode.insertBefore(t, y); })(window, document, "clarity", "script", clarityId); if (window.location.hostname === "www.oneindia.com") { if (window.googletag && googletag.apiReady) { checkConsentAndTriggerClarity(); } } // Mark Clarity as loaded in this session sessionStorage.setItem("clarityLoaded", "true"); }) .catch((error) => { console.error("Error loading the clarify-tracking.json file:", error); }); } } if (!rubiconProjectLoaded) { rubiconProjectLoaded = true; if ("odia.oneindia.com" == window.location.hostname || ["drivespark", "boldsky", "mykhel"].includes(domainmiddle)) { let rubicon = document.createElement("script"); rubicon.src = "https://link.rubiconproject.com/magnite/7523.js"; document.head.appendChild(rubicon); } } }); if (window.location.hostname === "www.oneindia.com") { if (document.getElementById("shiPromo")) { function trackImpHealth(impUrl) { fetch(impUrl, { method: "GET", mode: "no-cors", }).catch(function (err) { console.log("Inside Imp error:", err); }); } document.getElementById("shiPromo").addEventListener("click", function (event) { event.preventDefault(); // Prevent default navigation let url = this.href; if (document.getElementById("dynamicanchor")) { document.getElementById("dynamicanchor").remove(); } var link = document.createElement("a"); link.target = "_blank"; link.id = "dynamicanchor"; link.href = url; document.body.appendChild(link); document.getElementById("dynamicanchor").click(); let healthImpUrl = "https://pubads.g.doubleclick.net/gampad/clk?id=6924557502&iu=/1008496/clicktracker-oi-1"; trackImpHealth(healthImpUrl); }); } function checkConsentAndTriggerClarity() { window.googlefc = window.googlefc || {}; window.googlefc.callbackQueue = window.googlefc.callbackQueue || []; window.googlefc.callbackQueue.push({ CONSENT_DATA_READY: () => __tcfapi("addEventListener", 2, (tcData, success) => { if (success) { const hasConsent = tcData.purpose.consents && tcData.purpose.consents[1]; if (hasConsent) { console.log("Consent granted for tracking"); window.clarity("consent"); } else { console.log("Consent not granted for tracking"); } } else { console.log("Unable to retrieve consent status or TC Data is invalid"); } }), }); } } /*---------------------------------------Sun Pharma House Banners--------------------------------------------------------*/ if(document.head.dataset.template_name == 'partner-content'){ var leaderboardBanners = [ 'https://imagesvs.oneindia.com/img/sun-pharma-970x90.jpg', 'https://imagesvs.oneindia.com/img/sun-pharma-728x90.jpg' ]; var rectangleBanners = [ 'https://imagesvs.oneindia.com/img/sun-pharma-300x250.jpg', 'https://imagesvs.oneindia.com/img/sun-pharma-336x280.jpg' ]; var lbIdx = parseInt(sessionStorage.getItem('sp_lb_idx') || '0'); var rectIdx = parseInt(sessionStorage.getItem('sp_rect_idx') || '0'); sessionStorage.setItem('sp_lb_idx', lbIdx === 0 ? '1' : '0'); sessionStorage.setItem('sp_rect_idx', rectIdx === 0 ? '1' : '0'); document.getElementById("adg_native_ocean") && document.getElementById("adg_native_ocean").remove(); var spImpressionObserver = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { var slotId = entry.target.dataset.spSlot; trackSunpharmaRender('sunpharma', 'viewed',slotId); spImpressionObserver.unobserve(entry.target); } }); }, { threshold: 0.5 }); function injectBanner(slotId, bannerUrl) { var slot = document.getElementById(slotId); if (!slot) return; var wrapper = document.createElement('div'); wrapper.style.cssText = 'text-align:center;margin:4px auto;'; wrapper.dataset.spSlot = slotId; var anchor = document.createElement('a'); anchor.href = 'https://makeindiawin.co.in/HealthAssessmentController'; anchor.target = '_blank'; anchor.rel = 'noopener'; anchor.addEventListener('click', function () { trackSunpharmaRender('sunpharma', 'clicked', slotId); }, { once: true }); var img = document.createElement('img'); img.src = bannerUrl; img.alt = 'Advertisement'; img.style.cssText = 'display:inline-block;max-width:100%;height:auto;'; anchor.appendChild(img); wrapper.appendChild(anchor); slot.innerHTML = ""; slot.appendChild(wrapper); spImpressionObserver.observe(wrapper); } function initSunPharmaBanners() { injectBanner('are-slot-leaderboard', leaderboardBanners[lbIdx]); ['are-slot-1', 'are-slot-2', 'are-slot-3', 'are-slot-4','are-slot-5', 'are-slot-mr1', 'are-slot-mr2'].forEach(function (id) { injectBanner(id, rectangleBanners[rectIdx]); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initSunPharmaBanners); } else { initSunPharmaBanners(); } } /*---------------------------------------Sun Pharma House Banners End--------------------------------------------------------*/ -->
We use cookies to ensure that we give you the best experience on our website. This includes cookies from third party social media websites and ad networks. Such third party cookies may track your use on Oneindia sites for better rendering. Our partners use cookies to ensure we show you advertising that is relevant to you. If you continue without changing your settings, we'll assume that you are happy to receive all cookies on Oneindia website. However, you can change your cookie settings at any time. Learn more