Author: Nitin Agarwal

  • How to Free Up RAM Without Restarting in Windows

    How to Free Up RAM Without Restarting in Windows

    Random Access Memory, or RAM, is crucial for your computer’s performance. It’s the short-term memory your Windows PC uses to store data that active programs and the operating system need quick access to. When your RAM is running low, your computer can become slow, unresponsive, and even crash. While a restart is the simplest way to clear your RAM and start fresh, it’s not always practical. You might have unsaved work, ongoing downloads, or simply not want to interrupt your workflow.

    Fortunately, there are several effective strategies to free up RAM without restarting your Windows computer. Understanding how Windows manages memory is key here. Windows is designed to use as much RAM as possible to improve performance by caching frequently used data. This includes actively used memory, modified memory (data waiting to be written to disk), and Standby memory (cached data that can be quickly repurposed if an application needs it). The goal isn’t always to get “free” RAM to zero, but rather to ensure that critical applications have enough working memory and that background processes aren’t consuming excessive resources. This guide will provide actionable steps to reduce your RAM usage and improve your PC’s responsiveness on the fly.

    Understanding Windows RAM Management

    Before diving into solutions, it’s helpful to understand a few concepts:

    • Physical Memory (RAM): The actual memory modules installed in your computer. This is the fastest type of memory.
    • Virtual Memory (Page File): When physical RAM fills up, Windows uses a portion of your hard drive (the paging file or swap file) as an extension of RAM. While it prevents crashes, accessing data from the hard drive is significantly slower than from RAM.
    • Working Set: The portion of RAM actively being used by a program or process.
    • Standby Memory: RAM that contains data cached by Windows (e.g., recently closed applications, preloaded files by features like Superfetch/SysMain) that isn’t actively in use but can be quickly re-assigned to a running program if needed. Windows aims to keep this filled for faster access, and high standby memory isn’t always a problem, but it can indicate excessive caching if free memory is consistently low.
    • Memory Leaks: A software bug where a program or driver continuously requests memory but fails to release it back to the system when it’s no longer needed, leading to gradual RAM depletion over time.

    Method 1: Closing Unused Applications and Browser Tabs

    The most straightforward way to reclaim RAM is to close programs you’re not actively using. Web browsers, especially with many tabs open, are notorious RAM hogs.

    Step-by-Step Guide:

    1. Identify RAM-Intensive Applications:
      • Press Ctrl + Shift + Esc to open Task Manager.
      • Click on “More details” if you see the compact view.
      • Go to the “Processes” tab.
      • Click on the “Memory” column header to sort processes by their RAM usage, with the highest consumers at the top.
      • Look for applications you’re not actively using that are consuming a significant amount of RAM.
    2. Close Applications:
      • For standard applications (like Word, Photoshop, a game), simply close them normally through their “X” button or File > Exit.
      • For browser tabs, close any unnecessary tabs you’re not using. Consider using browser extensions that suspend inactive tabs to free up memory.
    3. End Process (If an app is stuck or not responding):
      • In Task Manager, select the problematic application from the “Processes” tab.
      • Click the “End task” button in the bottom right corner or right-click the process and choose “End task.”
      • Caution: Ending a task forcefully can lead to unsaved work loss. Only do this if the application is unresponsive.

    Method 2: Managing Background Processes and Services

    Many applications run background processes even when not actively open. Some are essential, but others can be safely disabled or stopped.

    Step-by-Step Guide:

    1. Stop Background Apps (Windows Settings):
      • Open Settings (Windows key + I).
      • Go to “Apps” > “Apps & features.”
      • Scroll through the list of installed apps. For apps you suspect are running unnecessarily in the background (especially Microsoft Store apps), click on the three dots next to the app name and select “Advanced options.”
      • Under “Background app permissions,” set “Let this app run in the background” to “Never.”
      • Note: This might affect notifications or syncing for that app.
    2. Disable Unnecessary Startup Programs:
      • Open Task Manager (Ctrl + Shift + Esc).
      • Go to the “Startup apps” tab.
      • Review the list of programs that launch with Windows. Look at the “Startup impact” column.
      • Right-click on any non-essential program with a “High” or “Medium” impact that you don’t need to start automatically.
      • Select “Disable.” This won’t free up RAM immediately but will prevent it from being consumed on subsequent startups without a restart.
    3. Manage Services (Advanced Users):
      • Some programs run as Windows services, which are background processes that operate independently of a user logging in.
      • Press Windows key + R, type services.msc, and press Enter.
      • In the Services window, you’ll see a long list. It’s crucial to know what a service does before stopping or disabling it, as disabling essential services can cause system instability.
      • Look for services related to uninstalled software or non-essential features you don’t use.
      • Right-click on a service, select “Properties,” and set “Startup type” to “Manual” or “Disabled” (if you’re sure you don’t need it). Click “Stop” to stop it immediately.
      • Caution: This is an advanced step. If unsure, do not disable services. Research specific services before modifying them.

    Method 3: Clearing Standby Memory (Advanced)

    While Windows typically manages Standby memory efficiently, sometimes it can hold onto cached data too aggressively, especially on systems with abundant RAM, leading to less “available” memory for new applications. RAMMap, a free utility from Microsoft’s Sysinternals suite, can help inspect and clear this.

    Entities:

    • RAMMap: A free utility from Microsoft’s Sysinternals suite that provides a detailed breakdown of how Windows is using physical RAM, including active, standby, modified, and free memory. It also offers options to clear various memory lists.
    • Sysinternals Suite: A collection of advanced system utilities for Windows, originally developed by Mark Russinovich and Bryce Cogswell, now maintained by Microsoft.

    Step-by-Step Guide:

    1. Download RAMMap:
      • Go to the official Microsoft Sysinternals website: https://learn.microsoft.com/en-us/sysinternals/downloads/rammap
      • Click on “Download RAMMap.”
    2. Extract and Run:
      • The download will be a .zip file. Extract its contents to a folder.
      • Right-click on RAMMap.exe (or RAMMap64.exe for 64-bit systems) and select “Run as administrator.”
    3. Analyze Memory Usage:
      • When RAMMap opens, it provides a comprehensive overview of your RAM usage across different tabs (e.g., Use Counts, Processes, Priority Summary, Physical Pages). The “Use Counts” tab is particularly useful for seeing Standby memory.
    4. Clear Standby List:
      • Go to “Empty” in the menu bar.
      • Select “Empty Standby List.”
      • Note: You might see your “Available” RAM jump significantly in Task Manager after this. However, Windows will quickly start repopulating the Standby list as you use your computer. This is a temporary solution for immediate performance boosts, not a permanent fix.
      • Caution: Repeatedly clearing standby memory can sometimes be counterproductive, as it forces Windows to reload data from slower storage, potentially slowing things down in the long run. Use it only when experiencing noticeable slowdowns.

    Method 4: Adjusting Virtual Memory (Page File) Settings

    While increasing the page file uses slower disk space, ensuring it’s appropriately sized can prevent out-of-memory errors and help manage RAM when physical memory is truly exhausted. This doesn’t directly “free up” RAM but optimizes how Windows uses it in conjunction with your storage.

    Step-by-Step Guide:

    1. Open System Properties:
      • Right-click on “This PC” or “Computer” on your desktop or in File Explorer.
      • Select “Properties.”
      • In the System window, click on “Advanced system settings” on the left pane.
    2. Access Performance Options:
      • In the “System Properties” window, go to the “Advanced” tab.
      • Under “Performance,” click the “Settings…” button.
    3. Adjust Virtual Memory:
      • In the “Performance Options” window, go to the “Advanced” tab.
      • Under “Virtual memory,” click the “Change…” button.
    4. Configure Page File Size:
      • UncheckAutomatically manage paging file size for all drives.”
      • Select the drive where Windows is installed (usually C:).
      • Choose “Custom size.”
      • Initial size: Microsoft often recommends 1.5 times your total RAM.
      • Maximum size: Microsoft often recommends 3 times your total RAM.
      • For example, if you have 8GB (8192 MB) of RAM:
        • Initial size: 8192 * 1.5 = 12288 MB
        • Maximum size: 8192 * 3 = 24576 MB
      • Click “Set,” then “OK” on all open windows.
      • Restart your computer when prompted for changes to take effect.
      • Note: This step requires a restart to apply changes, but it’s an important optimization for overall memory management.

    Method 5: Reducing Visual Effects

    Windows offers various visual bells and whistles that consume RAM. Disabling some of these can free up a small amount of memory.

    Step-by-Step Guide:

    1. Open System Properties:
      • Right-click on “This PC” > “Properties” > “Advanced system settings.”
    2. Access Performance Options:
      • In “System Properties,” go to the “Advanced” tab.
      • Under “Performance,” click the “Settings…” button.
    3. Adjust Visual Effects:
      • In “Performance Options,” stay on the “Visual Effects” tab.
      • Choose “Adjust for best performance.” This will disable most visual effects.
      • Alternatively, select “Custom” and individually uncheck effects you don’t need (e.g., “Animate windows when minimizing and maximizing,” “Fade or slide menus into view,” “Show shadows under windows”).
      • Click “Apply” and then “OK.”

    Method 6: Checking for Malware

    Malware or viruses can consume significant system resources, including RAM, by running hidden processes.

    Step-by-Step Guide:

    1. Run a Full System Scan:
      • Open Windows Security (search for it in the Start menu).
      • Go to “Virus & threat protection.”
      • Click on “Scan options” and select “Full scan.”
      • Click “Scan now” and let it complete. This can take a long time.
      • If you have a reputable third-party antivirus, use that for a thorough scan.
    2. Remove Threats:
      • Follow the instructions provided by your antivirus software to quarantine or remove any detected threats.

    Method 7: Uninstalling Unused Programs

    While uninstalling programs doesn’t immediately free up RAM if they aren’t running, it prevents them from potentially launching background processes, adding entries to startup, or consuming disk space that could indirectly affect virtual memory performance.

    Step-by-Step Guide:

    1. Open Apps & Features:
      • Go to Settings (Windows key + I) > “Apps” > “Apps & features.”
    2. Uninstall Programs:
      • Scroll through the list and identify any programs you no longer use or recognize.
      • Click on the program, then click “Uninstall.”
      • Follow the on-screen prompts to complete the uninstallation.

    When a Restart is Still the Best Option

    Despite these methods, a restart remains the most effective way to completely clear your RAM and reset all processes. It’s especially recommended if:

    • You’ve been experiencing prolonged slowdowns.
    • You suspect a memory leak from a specific application or driver that isn’t easily identified.
    • You’ve installed new software or drivers.
    • Your system’s “Committed” memory (in Task Manager’s Performance tab) is consistently very high, approaching your total physical RAM + page file size.

    By regularly applying these tips, you can effectively manage your Windows PC’s RAM usage and maintain smoother performance without the constant need for restarts.

    FAQ

    Q1: Why does Windows always seem to use so much RAM, even when I’m not doing much?

    A1: Windows is designed to use available RAM efficiently. It loads frequently accessed programs and data into Standby memory (a form of caching) to make your computer feel faster and more responsive. Full RAM isn’t always bad; it means Windows is using your resources effectively. Problems arise when “In Use” or “Modified” memory is consistently high, leaving little “Free” or easily accessible “Standby” memory for new applications.

    Q2: Is using a third-party “RAM cleaner” or “memory optimizer” application recommended?

    A2: Generally, no. Most modern Windows versions (Windows 10, 11) have sophisticated memory management. Many third-party RAM optimization tools simply clear the Standby memory, similar to what RAMMap does. While this might give a temporary boost, Windows will quickly refill that memory for caching, and constantly interfering with this process can sometimes be counterproductive, leading to more disk I/O as data needs to be reloaded. Stick to the built-in Windows tools unless you have a specific, diagnosed memory management issue where a reputable tool like RAMMap might help for diagnosis or targeted clearing.

    Q3: What’s the difference between “Available” and “Free” RAM in Task Manager?

    A3: Free RAM: This is genuinely empty memory, not being used by anything. Windows typically tries to keep this amount low because unused RAM is wasted RAM.

    Available RAM: This is the sum of Free RAM plus Standby memory. Standby memory contains cached data that Windows can instantly repurpose for active applications. So, “Available” RAM is the amount that can be immediately used by new or existing applications.

    Q4: Can a memory leak cause my computer to slow down, and how do I identify it?

    A4: Yes, a memory leak is a common cause of slowdowns. It occurs when a program or driver fails to release memory it no longer needs. Over time, this “leaked” memory accumulates, reducing available RAM for other applications and forcing Windows to rely heavily on slower virtual memory.

    • To identify: Open Task Manager (Ctrl + Shift + Esc), go to the “Processes” tab, and monitor the “Memory” column. If a particular application’s memory usage steadily increases over time, even when idle or after closing files within it, it might have a memory leak. You may need to update or reinstall the problematic program or its drivers.

    Q5: Should I disable Superfetch (or SysMain) to free up RAM?

    A5: Superfetch (now called SysMain in Windows 10/11) is a feature designed to improve system responsiveness by preloading frequently used applications into RAM (specifically, Standby memory). For most users, especially those with HDDs, it generally helps performance. On systems with fast SSDs, the benefit is less pronounced, and in rare cases, it might cause issues (e.g., higher disk activity or perceived slowdowns if it’s over-aggressive). Disabling SysMain might free up some Standby memory, but it could also slow down application launch times. It’s not generally recommended as a primary way to free up RAM unless you have specific evidence it’s causing problems on your system.

  • How to Fix 100% Disk Usage in Windows Task Manager

    How to Fix 100% Disk Usage in Windows Task Manager

    Few things are as frustrating for a computer user as a suddenly sluggish Windows PC, often accompanied by the alarming sight of 100% Disk Usage in Task Manager. This indicates that your hard drive or Solid State Drive (SSD) is operating at its maximum capacity, constantly reading or writing data. When your disk is at 100% utilization, it creates a massive bottleneck, causing your entire system to slow down dramatically, making even simple tasks like opening applications or Browse the web feel agonizingly slow or unresponsive.

    The Disk Usage metric in Task Manager represents the percentage of time your storage device is actively engaged in read/write operations. When this hits 100%, it means the drive is overwhelmed and cannot keep up with the demands placed on it by the operating system and running applications. It’s a common issue that can affect both Hard Disk Drives (HDDs) and Solid State Drives (SSDs), though the causes and solutions can differ.

    The monitoring of system resources, including disk usage, has been a core feature of Microsoft Windows for decades, evolving from simpler tools in early versions to the comprehensive Task Manager we know today. Task Manager, first introduced in Windows NT 4.0, became a staple for diagnosing performance issues, offering insights into CPU, Memory, Disk, and Network utilization. The “100% disk usage” problem gained prominence with Windows 8 and 10, often linked to specific background processes and updates, becoming a widely discussed topic in tech communities.

    How to Fix 100% Disk Usage in Windows Task Manager

    Addressing 100% disk usage requires a methodical approach, as various factors can contribute to it. Start with the simpler solutions and work your way down.

    Step 1: Identify the Culprit in Task Manager

    The first step is to see what is actually consuming your disk resources.

    • Action: Press Ctrl + Shift + Esc (or Ctrl + Alt + Del and select Task Manager) to open Task Manager.
    • Go to the “Processes” tab.
    • Action: Click on the “Disk” column header to sort processes by their disk usage.
    • Identify: Look for applications or background processes that are consistently at the top of the list, showing high disk activity. Common culprits include:
      • System (often “System” or “System and compressed memory”): Can indicate issues with Superfetch/SysMain, Windows Update, or corrupted system files.
      • Antivirus Software: Performing a scan.
      • Windows Search/Indexer: Rebuilding its index.
      • Google Chrome: Can be resource-intensive, especially with many tabs or extensions.
      • Windows Update: Downloading or installing updates.
      • OneDrive/Dropbox/Cloud Sync Services: Syncing large amounts of data.
      • Specific Games or Heavy Applications: While loading or saving data.
    • Action: Take note of the process(es) that are using the most disk. This will guide your further troubleshooting.

    Step 2: Restart Your PC

    A simple restart can resolve many temporary glitches that might cause 100% disk usage. It clears the system’s memory and restarts all processes.

    • Action: Click the Start button, then the Power icon, and select “Restart.”
    • Frequency: Always start troubleshooting with a fresh restart.

    Step 3: Disable Superfetch (SysMain) Service

    Superfetch (SysMain) is a Windows service designed to speed up application launch times by pre-loading frequently used programs into RAM. However, on some systems, particularly those with HDDs, it can paradoxically cause 100% disk usage.

    • Action:
      1. Press Windows key + R to open the Run dialog.
      2. Type services.msc and press Enter.
      3. Action: In the Services window, scroll down and find “SysMain” (or “Superfetch”).
      4. Right-click on it and select “Properties.”
      5. Action: Under “Startup type,” select “Disabled.”
      6. Click “Stop” if the service is currently running.
      7. Click “Apply,” then “OK.”
    • Action: Restart your PC and check Task Manager.

    Step 4: Disable Windows Search (Indexing) Service

    Windows Search constantly indexes files on your drive to enable quick searches. While useful, this indexing can sometimes go into an endless loop or get stuck, leading to high disk usage.

    • Action:
      1. Press Windows key + R, type services.msc, and press Enter.
      2. Action: Find “Windows Search” in the Services list.
      3. Right-click on it and select “Properties.”
      4. Action: Under “Startup type,” select “Disabled.”
      5. Click “Stop” if the service is running.
      6. Click “Apply,” then “OK.”
    • Action: Restart your PC and observe disk usage. If this solves the problem, you can try rebuilding the search index later rather than keeping it disabled permanently.

    Step 5: Check for Malware and Viruses

    Malware or viruses running silently in the background can aggressively use disk resources.

    • Action:
      1. Open Windows Security (search for it in the Start menu).
      2. Go to “Virus & threat protection.”
      3. Click “Quick scan” or, for a more thorough check, click “Scan options” and select “Full scan.”
    • Third-Party Antivirus (Optional): If you use a third-party antivirus, ensure it’s up to date and run a full system scan.
    • Action: Remove any detected threats and restart your PC.

    Step 6: Update Windows and Drivers

    Outdated system files or drivers can sometimes cause performance issues, including high disk usage.

    • Windows Update:
      1. Action: Go to Settings > Windows Update (Windows 11) or Settings > Update & Security > Windows Update (Windows 10).
      2. Click “Check for updates.”
      3. Action: Install any available updates and restart your PC.
    • Device Drivers:
      1. Action: Go to Settings > Windows Update > Advanced options > Optional updates (Windows 11) or Settings > Update & Security > Windows Update > View optional updates > Driver updates (Windows 10).
      2. Check if there are any pending driver updates, particularly for your storage controller or chipset, and install them.
    • Action: Keeping your system updated ensures you have the latest bug fixes and performance improvements.

    Step 7: Disable Windows Notifications

    Background notifications, especially from many apps, can sometimes contribute to disk activity.

    • Action:
      1. Go to Settings > System > Notifications (Windows 11) or Settings > System > Notifications & actions (Windows 10).
      2. Action: Toggle off notifications for apps you don’t need alerts from.
      3. You can also disable “Get tips and suggestions when I use Windows” and “Offer suggestions on how I can set up my device.”
    • Action: This can reduce background processes linked to notifications.

    Step 8: Perform a Disk Check (chkdsk)

    Disk errors or bad sectors can cause the drive to constantly try to read/write, leading to 100% usage.

    • Action:
      1. Search for “Command Prompt” in the Start menu.
      2. Right-click on “Command Prompt” and select “Run as administrator.”
      3. Action: Type chkdsk /f /r and press Enter.
      4. You’ll likely be prompted to schedule the check for the next restart. Type Y and press Enter.
    • Action: Restart your PC. The disk check will run before Windows loads, potentially fixing errors. This can take a long time depending on your drive size.

    Step 9: Adjust Virtual Memory (Paging File)

    The paging file (or virtual memory) is a space on your hard drive that Windows uses as if it were RAM when your physical RAM runs low. If it’s improperly managed, it can cause excessive disk activity.

    • Action:
      1. Search for “Adjust the appearance and performance of Windows” in the Windows Search bar and open it.
      2. Go to the “Advanced” tab.
      3. Under “Virtual memory,” click “Change…”
      4. Action: Uncheck “Automatically manage paging file size for all drives.”
      5. Select your C: drive.
      6. Choose “Custom size.”
      7. Initial size: Set this to 1.5 times your total RAM (in MB). (e.g., if you have 8GB RAM = 8192 MB, set initial to 12288 MB).
      8. Maximum size: Set this to 3 times your total RAM (e.g., for 8GB RAM, set max to 24576 MB).
      9. Click “Set,” then “OK” twice, and restart your PC.
    • Action: This ensures Windows has an optimized and fixed size for virtual memory, potentially reducing dynamic disk writes.

    Step 10: Reset Virtual Memory

    Alternatively, if the custom size doesn’t help or you want to reset it.

    • Action: Follow the steps in Step 9 to get to the “Virtual Memory” settings.
    • Action: Select the C: drive, then choose “No paging file,” and click “Set.” Then click “OK” and restart your PC.
    • After restarting, go back to the same settings, re-enable “Automatically manage paging file size for all drives,” click “Set,” and restart again. This can refresh the paging file.

    Step 11: Disable Tips, Tricks, and Suggestions (Windows 11 Specific)

    Windows 11 constantly offers personalized suggestions and tips, which can involve background data processing.

    • Action:
      1. Go to Settings > System > Notifications.
      2. Scroll down to “Additional settings.”
      3. Action: Uncheck “Get tips and suggestions when I use Windows.”
      4. Go to Settings > Personalization > Device usage.
      5. Action: Uncheck all categories you don’t use (e.g., Gaming, Creativity, School, Entertainment).
    • Action: This reduces background activity related to personalization features.

    Step 12: Consider Hardware Upgrade (If All Else Fails)

    If you’ve tried all software solutions and your PC still experiences 100% disk usage, especially if it’s an older system with a traditional HDD (Hard Disk Drive), the problem might be hardware-related.

    • Upgrade to an SSD: Upgrading your main drive from an HDD to a Solid State Drive (SSD) is the single most impactful upgrade for system responsiveness. SSDs have no moving parts and are vastly superior in read/write speeds, practically eliminating 100% disk usage issues caused by the drive itself.
    • Faulty Drive: Your existing HDD or SSD might be failing.
      • How to Check: Use a diagnostic tool like CrystalDiskInfo (free third-party software) to check your drive’s health status (S.M.A.R.T. data). Look for warnings or bad sectors.
    • Action: If your drive is an old HDD, consider cloning your system to a new SSD. If the drive is failing, replace it immediately to prevent data loss.

    Frequently Asked Questions (FAQ)

    Q1: What does “100% Disk Usage” mean in Task Manager?

    100% Disk Usage means your computer’s storage device (hard drive or SSD) is constantly active, reading or writing data at its maximum capacity. This makes the entire system extremely slow and unresponsive because the CPU and other components are waiting for the disk to catch up.

    Q2: Is 100% disk usage always a bad thing?

    Not always. Temporary spikes to 100% disk usage are normal when you’re performing disk-intensive tasks like:

    • Copying large files.
    • Installing big applications or games.
    • Running a full antivirus scan.
    • During major Windows updates. It becomes a problem when it’s persistent (stays at 100% for extended periods during normal, light use) and causes system slowdowns.

    Q3: Does 100% disk usage affect both HDDs and SSDs?

    Yes, both Hard Disk Drives (HDDs) and Solid State Drives (SSDs) can experience 100% disk usage. However, the causes are often different. HDDs are more prone to this due to their slower mechanical nature, especially with background processes like Superfetch or Windows Search. SSDs are much faster, so if an SSD shows 100% usage, it often indicates a serious software conflict, a faulty driver, or a dying drive.

    Q4: Will disabling Superfetch or Windows Search harm my PC?

    Disabling Superfetch (SysMain) or Windows Search generally won’t harm your PC.

    • Superfetch: Disabling it might make some frequently used apps load slightly slower, but on systems experiencing 100% disk usage, the performance gain from reducing disk activity often outweighs this.
    • Windows Search: Disabling it means searches in File Explorer or the Start Menu will be slower as they’ll have to search in real-time instead of using an index. You can always re-enable them if needed.

    Q5: What’s the best way to permanently fix 100% disk usage if software solutions don’t work?

    If software troubleshooting doesn’t resolve the persistent 100% disk usage, the most effective long-term solution, especially for older PCs, is to upgrade from a Hard Disk Drive (HDD) to a Solid State Drive (SSD). SSDs are significantly faster and inherently less prone to this type of bottleneck. If you already have an SSD, then the issue might point to a faulty drive, which would require replacement.

    Q6: Should I consider a clean installation of Windows if nothing else works?

    Yes. If you’ve tried all the troubleshooting steps and your PC is still suffering from persistent 100% disk usage and severe slowdowns, a clean installation of Windows is often the ultimate solution. This will wipe your drive and install a fresh copy of the operating system, eliminating any corrupted files, rogue software, or deep-seated issues that are causing the problem. Remember to back up all your data before doing a clean install.

  • How to Remove Bloatware From Your Xiaomi Device

    How to Remove Bloatware From Your Xiaomi Device

    TeamWin Recovery Project or prominently known as TWRP, is a GUI-based custom recovery. It is open-source, actually. You can use it for your Android devices. It does have ouch-based UI, flash customs ROMS with MODs, Magisk, Supersu. It offers full system backup.

    Before the installation-

    The phone’s battery should be 60% and above.

    Back up your data on other devices or give an android backup.

    Install ADB on the PC/Laptop.

    Install Fastboot Drivers on the PC/Laptop.

    Download the recent Xiaomi USB drivers at your pc or lappy.

    Download twrp-3.4.0.-9.img it to the ADB- Fastboot driver’s extricated folder.

    Install an unlocked bootloader in your Xiaomi MI 10 5G

    How can I install TWRP in my Xiaomi MI 10 5G?

    • Install an unlocked bootloader in Xiaomi MI 10 5G at first.
    • Now it’s time to connect your phone with the PC and turn on the OEM unlock from the developer’s settings.
    • Extract ADB and Fastboot drivers and switch on the Powershell by pressing (Shift Key+Right Click).
    • The following command is needed to place the device into reboot through fastboot mode.

    ADB reboot bootloader

    • Put the twrp-3.4.0.-9.img in the file of drivers of ADB Fastboot.
    • Flash the TWRP image by using fastboot flash recoverytwrp-3.4.0-0.im
    • Reboot the phone with the command fastboot reboot
    • Some bugs can be here as it is unofficial. Not to lose any data, just have a backup beforehand.

    READ | 9 Best Apple Watch Games Worth Your Attention

    How can we root Xiaomi MI 10 5G

    1. If TWRP installation was done a long time ago, you need to give a full backup to your phone. Otherwise, you don’t need a full backup if it has been done recently.
    2. Press the upper volume button and the power button to restart your phone into TWRP recovery while turning on your phone.
    3. Search for the Magisk.zip file after installing and if you get it, just tap on it. Tap on ‘Swipe to confirm flash.’
    4. Install once again to locate the file ‘no-verity-force-encrypt.zip’ and select it. Again, do click on the option ‘Swipe to confirm flash.’
    5. After rebooting the system from TWRP recovery, you will be able to see the Magisk app on your phone, which will show your device’s root status.
    6. To ensure yourselves, just install a root checker from the play store and install.

    These are all about installing TWRP recovery and rooting Xiaomi MI 10 5G. Thanks for visiting the content.