Samsung Galaxy Book4 Pro 360
Windows 11-16 inch-16GB RAM-512GB SSD-Intel Core Ultra 7-Intel Arc Graphics

Status: Available | Launch Year: 20 February, 2024 |
(N/A)Rate now
Samsung Galaxy Book4 Pro 360

1,55,990
OS
Windows,11
Performance
Intel,Intel Core Ultra 7,16gb
Storage
512GB SSD
Design
1.66 Kg,45.6 x 29.2 x 4.4 cm
Battery
76Wh
Display
16 inches, WQXGA+ Dynamic AMOLED 2X, 2880 x 1800 Pixels
  • Slim
  • Full HD screen
  • USB type C
  • Longest battery life
  • Touch screen
  • 2 in 1 (Convertible)
  • Stylus

Overview

The Samsung Galaxy Book 4 Pro 360 ‎NP960QGK-KG1 runs on Windows 11 Home Edition. The laptop features a 16 inches, WQXGA+ Dynamic AMOLED 2X, 2880 x 1800 Pixels display and is powered by a Intel Core Ultra 7 Processor 155H (14th Generation) with Up to 4.8 GHz 24MB L3 Cache processor. To enhance multi-tasking and fast speed, the company has offered a 16 GB RAM and the laptop uses a 512GB SSD storage.

There is a Bluetooth, Light Weight, Non-Removable Battery, Quick Charging and more and it gets the power from a 76Wh battery that will give enough battery life to the users.

Samsung Galaxy Book4 Pro 360 Windows 11-16 inch-16GB RAM-512GB SSD-Intel Core Ultra 7-Intel Arc Graphics Specifications
GENERAL
Model Samsung Galaxy Book 4 Pro 360
Model ID Galaxy Book4 Pro 360
Part Number ‎NP960QGK-KG1
OS Windows 11 Home
Laptop Style Convertible
Laptop Type Business
Color Moonstone Gray
Warranty Yes
DISPLAY
Screen Size 16 inches
Screen Type WQXGA+ Dynamic AMOLED 2X
Screen Resolution 2880 x 1800 Pixels
Touch Screen Touch screen
Diplsay Features S Pen, Anti-Reflective, 16:10 Aspect Ratio, 500 Nits Brightness in HDR
PROCESSOR
Processor Type Intel Core Ultra 7 Processor 155H (14th Generation)
Clock-speed Up to 4.8 GHz 24MB L3 Cache
Graphic Processor Intel Arc Graphics (Shared)
BODY
Weight 1.66 Kg
Dimension 45.6 x 29.2 x 4.4 cm
MEMORY (RAM)
System Memory 16 GB RAM
RAM Type LPDDR5X
STORAGE
Solid State Drive Capacity (SSD) 512GB NVMe SSD (PCle)
BATTERY
Battery Cell 4 Cells
Battery Type 76 Watt Hours
Battery Life 7.5 hrs
COMMUNICATION
Bluetooth Yes, 5.3
Wireless LAN Wi-Fi 6E, 802.11 a/b/g/n/ac
PORTS/SLOTS
USB Port 2 Thunderbolt4 USB Type-C, USB 3.2 Type-A
SD Card Reader Micro SD
HDMI Port HDMI 2.1 port
Headphone Jack Yes
Microphone Jack Yes
MULTIMEDIA
Web-cam Yes, 2MP, FHD 1080p
Audio Solution Yes
Speakers Yes, AKG Quad Speaker (Woofer Max 5 W x 2, Tweeter 2 W x 2), Dolby Atmos
Sound Technologies Dolby Atmos
In-built Microphone Studio-quality Dual Microphones
PERIPHERALS
Keyboard Pro keyboard with Numeric key (Backlit keyboard)
Fingerprint Scanner Yes
Rate Samsung Galaxy Book4 Pro 360
Windows 11-16 inch-16GB RAM-512GB SSD-Intel Core Ultra 7-Intel Arc Graphics

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