<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nisam</title>
    <description>The latest articles on DEV Community by Nisam (@nisam).</description>
    <link>https://dev.to/nisam</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3755154%2F1859bea6-967b-42e3-bd64-ac60666781d3.png</url>
      <title>DEV Community: Nisam</title>
      <link>https://dev.to/nisam</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nisam"/>
    <language>en</language>
    <item>
      <title>Unlocking the Hidden Power of Your Laptop’s GPU</title>
      <dc:creator>Nisam</dc:creator>
      <pubDate>Thu, 12 Feb 2026 19:20:03 +0000</pubDate>
      <link>https://dev.to/nisam/unlocking-the-hidden-power-of-your-laptops-gpu-20kc</link>
      <guid>https://dev.to/nisam/unlocking-the-hidden-power-of-your-laptops-gpu-20kc</guid>
      <description>&lt;p&gt;Most modern laptops come equipped with powerful GPUs that are often underutilized by their users. &lt;/p&gt;

&lt;p&gt;Whether you are a software engineer running local LLMs, a data scientist processing large datasets, a developer compiling GPU-accelerated code, or an engineer running simulations, your system may not be using its full graphical and computational potential.&lt;/p&gt;

&lt;p&gt;Many professionals invest in machines with dedicated GPUs such as NVIDIA, AMD, or similar, assuming applications will automatically use them. In reality, Windows often defaults to power-efficient integrated graphics unless explicitly instructed otherwise.&lt;/p&gt;

&lt;p&gt;This means your expensive hardware could be sitting idle while your CPU struggles.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 1: Confirm Your System Has Multiple GPUs
&lt;/h2&gt;

&lt;p&gt;Before changing any settings, verify your laptop actually has both integrated and dedicated GPUs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Open:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Task Manager → Performance tab&lt;/p&gt;

&lt;p&gt;On the left panel, you should see something like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GPU 0 – Integrated Graphics (Intel UHD)&lt;/li&gt;
&lt;li&gt;GPU 1 – Dedicated GPU (e.g., NVIDIA RTX 2000 Ada)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In the screenshot shared below it has:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GPU 0 = Intel UHD Graphics (low-power)&lt;/li&gt;
&lt;li&gt;GPU 1 = NVIDIA RTX 2000 Ada (high-performance)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you see two GPUs listed, your laptop supports GPU switching, as shown below.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fff54p9dwyl7341x30vls.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fff54p9dwyl7341x30vls.png" alt="Task Manager showing two GPUs listed: integrated graphics and a dedicated NVIDIA GPU" width="800" height="579"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 2: Check Whether Your Application Is Using the GPU
&lt;/h2&gt;

&lt;p&gt;Even if you have a powerful GPU, your application may not be using it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Open:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Task Manager → Details tab&lt;/p&gt;

&lt;p&gt;Right-click on the column header → enable GPU and GPU Engine (if not already visible).&lt;/p&gt;

&lt;p&gt;In the screenshot shared below it has:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;LM Studio.exe&lt;/li&gt;
&lt;li&gt;GPU column shows 71&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftpd59gjx9alm7rp2wwcz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftpd59gjx9alm7rp2wwcz.png" alt="Windows Task manager showing GPU utilization of a process" width="800" height="305"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This confirms the application is actively using the GPU.&lt;/p&gt;

&lt;p&gt;If GPU usage shows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;0% consistently&lt;/li&gt;
&lt;li&gt;Or it only uses GPU 0 (integrated graphics)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then it may not be using the dedicated GPU.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why Windows Doesn’t Automatically Use Your Dedicated GPU&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Windows prioritizes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Battery life&lt;/li&gt;
&lt;li&gt;Thermal efficiency&lt;/li&gt;
&lt;li&gt;Power savings&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Unless an app is classified as a “high-performance” application (like many games), Windows may default to integrated graphics.&lt;/p&gt;

&lt;p&gt;Developer tools, ML runtimes, simulation software, rendering engines, and scientific tools often don’t automatically trigger high-performance GPU usage.&lt;/p&gt;

&lt;p&gt;That’s where manual configuration helps.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 3: Assign a Dedicated GPU to a Desktop Application
&lt;/h2&gt;

&lt;p&gt;Navigate to:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Settings → System → Display → Graphics&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Under Custom settings for applications, you will see:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add desktop app&lt;/li&gt;
&lt;li&gt;Add Microsoft Store app&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffat3lka06lhoyex2xwo3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffat3lka06lhoyex2xwo3.png" alt="Windows GPU Add desktop app option" width="800" height="556"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Click &lt;strong&gt;Add desktop app&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Browse to your application’s .exe file.&lt;/p&gt;

&lt;p&gt;After adding the application:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Click the app in the list.&lt;/li&gt;
&lt;li&gt;Select the available GPU associated with the "GPU preference" combobox.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwdvif6nho0vtn4nbo53m.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwdvif6nho0vtn4nbo53m.png" alt="Windows Graphics settings page showing a desktop application added with GPU preference options" width="800" height="228"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All running instances of the application must be completely closed and then restarted for the changes to take effect.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Verify It’s Working
&lt;/h2&gt;

&lt;p&gt;After enabling High Performance:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reopen Task Manager&lt;/li&gt;
&lt;li&gt;Go to the Details tab&lt;/li&gt;
&lt;li&gt;Confirm:

&lt;ul&gt;
&lt;li&gt;GPU usage increases when the app runs&lt;/li&gt;
&lt;li&gt;GPU Engine shows GPU 1&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;You can also monitor the Performance tab and observe GPU 1 activity as shown below.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fovyun95kkadhb4hvqewh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fovyun95kkadhb4hvqewh.png" alt="Task Manager Details tab showing an application actively using the GPU." width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As a general recommendation, enable High Performance mode only for applications that are designed to use GPU acceleration, such as local LLM inference engines, CUDA-based tools,  video editing tools, game engines, and scientific simulations. &lt;/p&gt;

&lt;p&gt;Applications that are primarily CPU-bound, such as Microsoft Excel (even for large datasets), browsers, office applications, and lightweight utilities, will not benefit significantly from forcing the dedicated GPU.&lt;/p&gt;

&lt;p&gt;In short, if the software explicitly supports GPU compute technologies like CUDA enabling High Performance mode can improve results; otherwise, it is best to leave the default settings unchanged.&lt;/p&gt;

&lt;p&gt;Nisam&lt;br&gt;
Curiosity | Passion | Fearlessness&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
