<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Parth Khare's blog]]></title><description><![CDATA[Parth Khare's blog]]></description><link>https://parthkhare.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 08:46:30 GMT</lastBuildDate><atom:link href="https://parthkhare.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Type of Sleep Mode in Laptop]]></title><description><![CDATA[Sleep mode is a power-saving state in which a laptop enters a low-power state, but can quickly return to normal operation, but there are different types of sleep modes for different kinds of users.

S1 (Standby or Sleep): This mode is also known as S...]]></description><link>https://parthkhare.hashnode.dev/type-of-sleep-mode-in-laptop</link><guid isPermaLink="true">https://parthkhare.hashnode.dev/type-of-sleep-mode-in-laptop</guid><category><![CDATA[technology]]></category><dc:creator><![CDATA[Parth Khare]]></dc:creator><pubDate>Sun, 22 Jan 2023 13:08:53 GMT</pubDate><content:encoded><![CDATA[<p>Sleep mode is a power-saving state in which a laptop enters a low-power state, but can quickly return to normal operation, but there are different types of sleep modes for different kinds of users.</p>
<ol>
<li><p>S1 (Standby or Sleep): This mode is also known as Sleep mode or Standby mode, and it is the most basic sleep state. The system enters a low-power state, but it can quickly return to normal operation when the user wakes it up by pressing a key or moving the mouse.</p>
</li>
<li><p>S2 (Standby or Sleep): This mode is similar to S1, but it has a deeper sleep state. The system enters a low-power state, but it takes a bit longer to resume normal operation when the user wakes it up. This mode is used to conserve more power than S1.</p>
</li>
<li><p>S3 (Suspend to RAM): This mode is also known as Suspend-to-RAM (STR) or Standby mode. The computer enters a low-power state, but it retains the contents of the RAM. This allows the computer to quickly resume normal operation when the user wakes it up.</p>
</li>
<li><p>S4 (Hibernation): This mode is also known as Suspend-to-disk (STD) or Hibernation mode. The computer enters a low-power state and saves the contents of the RAM to the hard disk. This allows the computer to resume normal operation when the user wakes it up, even if the battery is dead or if there is a power failure.</p>
</li>
</ol>
<p>Some laptops may not support all types of sleep modes to check which kind of sleep mode is supported in your laptop open the command prompt and type,</p>
<p>"<strong>powercfg /availablesleepstates".</strong></p>
<p>Here is an example,</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1673520559205/5d3b2799-c731-4648-8c86-b316e07138d9.png" alt /></p>
<p>on this laptop, only s3 sleep is supported, and rest modes are unavailable.</p>
]]></content:encoded></item></channel></rss>