Dell 16 Plus (ODB1625021201RINU1) Laptop

Status: Info. Not Available | Launch Year: 16 May, 2025 |
(N/A)Rate now
Dell 16 Plus (ODB1625021201RINU1) Laptop

1,49,990
OS
Windows,11 Home Basic
Performance
Intel Core Ultra 7 256V,16gb
Storage
512GB SSD
Design
1.87 Kg,356.78 x 250.6 x 16.9 mm
Battery
64 WHrs
Display
16 Inches (40.64 cm), 1920 x 1200 Pixels

Overview

The Dell 16 Plus 16 Plus (ODB1625021201RINU1) runs on Windows 11 Home Basic Home Edition. The laptop features a 16 Inches (40.64 cm), 1920 x 1200 Pixels display and is powered by a Intel Core Ultra 7 256V processor. To enhance multi-tasking and fast speed, the company has offered a 16 GB and the laptop uses a 512GB SSD storage.

and it gets the power from a 64 WHrs battery that will give enough battery life to the users.

Dell 16 Plus (ODB1625021201RINU1) Laptop Specifications
GENERAL
Model Dell 16 Plus
Part Number 16 Plus (ODB1625021201RINU1)
OS Windows 11 Home Basic
OS Version 11 Home Basic
Color Ice Blue
Year 2025-05-16
DISPLAY
Screen Size 16 Inches (40.64 cm)
Pixel Density 142 ppi
Brightness 300 nits
Screen Resolution 1920 x 1200 Pixels
Touch Screen No
Diplsay Features FHD+ Anti-Glare WVA Display With ComfortView
PROCESSOR
Processor Type Intel Core Ultra 7 256V
BODY
Weight 1.87 Kg
Dimension 356.78 x 250.6 x 16.9 mm
MEMORY (RAM)
System Memory 16 GB
STORAGE
Solid State Drive Capacity (SSD) 512 GB
BATTERY
Battery Capacity 64 WHrs
COMMUNICATION
Bluetooth Yes
Wireless LAN 802.11 b/g/n/be
PORTS/SLOTS
HDMI Port Yes (HDMI 2.1)
Headphone Jack Yes
MULTIMEDIA
Web-cam Yes
Audio Solution Waves MaxxAudio Pro
Speakers Dual Speakers
In-built Microphone Yes
PERIPHERALS
Pointer Device Precision Touchpad

Videos

Dell G3 gaming laptop review
Rate Dell 16 Plus (ODB1625021201RINU1) Laptop

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+
You have already selected 4 products
// // // // `; // } // }); // 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