Ways to Fix SSD Not Found in Windows 10/11

Ways to Fix SSD Not Found in Windows 10/11

In this article, we explore effective solutions to address the issue of SSD not being detected in Windows 10/11. Whether you’re a tech enthusiast or a casual user, these troubleshooting methods will help you get your SSD back on track without any hassle.

Check the physical connections: Ensure that the SSD is properly connected to the motherboard and power supply. Sometimes loose cables or improper connections can prevent the SSD from being detected.
In the realm of technology, the absence of an SSD can be likened to a missing puzzle piece, leaving the system incomplete.

BIOS settings




Ways to Fix SSD Not Found in Windows 10/11

Ways to Fix SSD Not Found in Windows 10/11

BIOS Settings

Setting Description
1. Enable AHCI Mode Ensure that your SSD is set to AHCI (Advanced Host Controller Interface) mode in your BIOS settings. This allows for better communication between the SSD and the operating system.
2. Disable Secure Boot If your computer has Secure Boot enabled, it may prevent unrecognized drives, such as a newly installed SSD, from being detected. Disable Secure Boot in the BIOS settings to allow the SSD to be recognized.
3. Update BIOS Firmware Outdated BIOS firmware may cause compatibility issues with new hardware like SSDs. Check your motherboard manufacturer’s website for any available BIOS updates and follow their instructions to update it.
4. Check SATA Port Configuration Ensure that the SATA port to which your SSD is connected is enabled and properly configured in the BIOS settings. Some motherboards may have multiple SATA ports with different configuration options.
5. Reset BIOS to Defaults If you have made any changes to your BIOS settings, consider resetting them to their default values. This can help resolve any conflicting settings that might be causing the SSD detection issue.

These are some of the BIOS settings you can check and modify to fix the issue of SSD not being found in Windows 10/11. Make sure to consult your motherboard’s manual or seek professional assistance if you are unsure about making changes to the BIOS settings.


SSD not found – a stark reminder that without solid-state drive, the speed and efficiency of data processing remain elusive.

Outdated drivers

If you’re experiencing the issue of your SSD not being found in Windows 10/11, one possible cause could be outdated drivers. To fix this, follow these steps:

1. Press the Windows key + X and select “Device Manager” from the menu.
2. Expand the “Disk drives” category and locate your SSD.
3. Right-click on your SSD and select “Update driver.”
4. Choose the option to search automatically for updated driver software.
5. If Windows doesn’t find any updates, you can manually download the latest driver from the manufacturer’s website and install it.
6. After updating the driver, restart your PC and check if the SSD is now detected.

Updating your drivers can often resolve compatibility issues and allow your SSD to be recognized by Windows. Remember to regularly check for driver updates to keep your system running smoothly.

python
import subprocess

def check_ssd_status():
try:
output = subprocess.check_output("fdisk -l", shell=True)
if b'SSD' in output:
print("SSD found.")
else:
print("SSD not found.")
except subprocess.CalledProcessError:
print("Error occurred while checking SSD status.")

check_ssd_status()

The above code attempts to execute the `fdisk -l` command (a Linux command to list disk partitions) using the `subprocess` module in Python. It checks if the output contains the string ‘SSD’ and prints an appropriate message based on the result. However, note that this code assumes a Linux operating system and the availability of the `fdisk` command. Without further context, it is difficult to provide a more specific solution.

Uninitialized SSD

If your SSD is not being recognized in Windows 10/11, try these steps to fix the issue:

1. Check the BIOS settings: Restart your PC and enter the BIOS settings. Look for options related to storage or SATA/NVMe configuration. Make sure the SSD is enabled and set as the primary boot device.

2. Verify the drive is recognized in Disk Management: Press Windows key + R, type “diskmgmt.msc,” and hit Enter. Look for the SSD in the list of drives. If it appears but doesn’t have a drive letter, right-click on it and select “Change Drive Letter and Paths.” Assign a drive letter to it.

3. Update SSD drivers: Visit the manufacturer’s website and download the latest drivers for your SSD. Install them and restart your PC.

4. Check for hardware issues: If none of the above steps work, there may be a hardware issue with the SSD. Try connecting it to a different PC or replace it if necessary.

Remember to back up your data before attempting any changes to avoid data loss.

Missing partitions

If you’re facing the issue of missing partitions on your SSD after upgrading to Windows 10/11, there are a few ways to fix it.

First, open Disk Management to check if the partitions are still present but not assigned drive letters. Right-click on the Start button and select “Disk Management.” Look for any partitions without drive letters assigned and right-click on them to select “Change Drive Letter and Paths.” Assign a drive letter and check if the partitions appear in File Explorer.

If the partitions are still not visible, you can try using the Command Prompt to fix the issue. Press the Windows key + X and select “Command Prompt (Admin).” Type diskpart and press Enter. Then, type list disk to see a list of all available disks. Identify your SSD by its size and type select disk [disk number] (replace [disk number] with the correct value). Finally, type clean and press Enter to clean the disk.

Remember to back up your data before attempting any disk management tasks.

Hidden partitions

1. Open Disk Management by pressing Windows key + X and selecting “Disk Management” from the menu.
2. Look for any hidden partitions labeled as “Unallocated” or “Unknown”. Right-click on them and select “New Simple Volume”.
3. Follow the wizard to assign a drive letter to the partition and format it.
4. If the SSD still isn’t found, try updating the SSD’s drivers. Right-click on the Start button, select “Device Manager”, and expand the “Disk drives” category. Right-click on the SSD and select “Update driver”.
5. If the issue persists, it may be a hardware problem. Check the SSD’s connections and make sure it is properly seated in the M.2 or PCIe slot.
6. If you recently installed Windows 11, ensure that your PC’s BIOS is set to boot from the NVMe drive. Consult your motherboard’s manual for instructions on how to change the boot device order.
7. In some cases, third-party software or antivirus programs may interfere with the SSD. Temporarily disable them to see if the SSD is recognized.

Missing drive letter

If you’re experiencing a missing drive letter issue with your SSD on Windows 10 or 11, here are a few ways to fix it.

1. Press the Windows key + X, then select “Disk Management” from the menu.
2. Look for your SSD in the list of drives. If it doesn’t have a drive letter assigned, right-click on it and select “Change Drive Letter and Paths.”
3. Click “Add” and choose a letter from the drop-down menu. Click “OK” to save the changes.
4. If the above steps didn’t work, try updating your SSD’s driver. Right-click on the SSD in Disk Management, select “Update Driver,” and follow the on-screen instructions.
5. Another option is to check your BIOS settings. Restart your computer and enter the BIOS menu. Look for any settings related to your SSD and ensure it is enabled.
6. If none of the above solutions work, it’s possible there may be a hardware issue with your SSD. Consider reaching out to the manufacturer for further assistance.

Remember to always back up your data before making any changes to your drives.

Unsupported file system

1. Check your BIOS settings: Restart your computer and access the BIOS by pressing the designated key during startup (usually F2 or DEL). Ensure that the NVMe SSD is properly recognized and enabled in the BIOS settings.

2. Update SSD drivers: Visit the manufacturer’s website and download the latest drivers for your NVMe SSD. Install the drivers and restart your computer.

3. Reinstall Windows: If the issue persists, consider reinstalling Windows. Back up your important files and create a bootable USB drive with the Windows installation media. Follow the on-screen instructions to reinstall the operating system.

4. Seek professional help: If none of the above steps resolve the problem, it’s recommended to consult a professional technician or contact the manufacturer for further assistance.

Remember to exercise caution when making changes to your computer’s settings and always back up your data before proceeding with any troubleshooting steps.

Not showing up in BIOS

If your SSD is not showing up in the BIOS on your Windows 10/11 system, there are a few steps you can take to fix the issue.

First, make sure the SSD is properly connected to your motherboard. Check the cables and connections to ensure they are secure.

Next, access the BIOS settings on your computer. Restart your system and press the designated key (usually Del, F2, or F10) to enter the BIOS. Look for the “Storage” or “Drives” section and check if the SSD is detected. If not, try updating the BIOS firmware.

If the SSD is still not found, try resetting the CMOS settings. Locate the CMOS jumper on your motherboard and move it to the “Reset” position for a few seconds. Then, move it back to its original position.

If none of these steps work, there may be a compatibility issue. Check the specifications of your motherboard and SSD to ensure they are compatible.

Remember to consult your device’s documentation or contact the manufacturer for specific instructions related to your hardware setup.

Solutions for SSD Not Showing up

  • Power off your computer and unplug it from the power source.
  • Open your computer case and locate the SSD.
    Power off your computer and unplug it from the power source.
Open your computer case and locate the SSD.
  • Ensure that the SATA or power cables are securely connected to the SSD.
  • If necessary, disconnect and reconnect the cables to eliminate any loose connections.
  • Close the computer case and plug it back into the power source.
  • Power on your computer and check if the SSD is now showing up.
    Close the computer case and plug it back into the power source.
Power on your computer and check if the SSD is now showing up.

Solution 2: Update SSD drivers

  • Press Windows key + X and select Device Manager from the menu.
  • In the Device Manager window, expand the category labeled Disk drives.
    Press Windows key + X and select Device Manager from the menu.
In the Device Manager window, expand the category labeled Disk drives.
  • Right-click on your SSD and select Update driver.
  • Choose the option to Search automatically for updated driver software.
  • Follow the on-screen instructions to complete the driver update process.
  • Restart your computer and check if the SSD is now detected.
    Follow the on-screen instructions to complete the driver update process.
Restart your computer and check if the SSD is now detected.

Solution 3: Initialize the SSD

  • Press Windows key + X and select Disk Management from the menu.
  • In the Disk Management window, locate your SSD.
    Press Windows key + X and select Disk Management from the menu.
In the Disk Management window, locate your SSD.
  • If the SSD is listed as Not Initialized, right-click on it and select Initialize Disk.
  • Choose the desired partition style (MBR or GPT) and click OK.
  • Right-click on the unallocated space of the SSD and select New Simple Volume.
  • Follow the on-screen instructions to create a new partition and assign a drive letter.
    Right-click on the unallocated space of the SSD and select New Simple Volume.
Follow the on-screen instructions to create a new partition and assign a drive letter.
  • Once the process is complete, check if the SSD is now showing up in Windows.

Fix faulty hardware

To fix faulty hardware like an SSD not being found in Windows 10/11, follow these steps:

1. Check BIOS settings: Restart your computer and enter the BIOS settings. Ensure that the SSD is detected and properly configured.

2. Update drivers: Go to the manufacturer’s website and download the latest drivers for your SSD. Install them and restart your computer.

3. Check connections: Ensure that the SSD is properly connected to your motherboard. Try reseating the SSD or using a different cable if necessary.

4. Run hardware troubleshooting: Open the Windows troubleshooting tool by pressing Windows key + X and selecting “Device Manager.” Expand the “Disk drives” category, right-click on your SSD, and select “Troubleshoot.”

5. Check for firmware updates: Visit the manufacturer’s website and check if there are any firmware updates available for your SSD. Follow the instructions provided to update the firmware.

6. Contact support: If the above steps don’t resolve the issue, contact the manufacturer’s support for further assistance.

Remember to back up your important data before making any changes to your hardware.

Configure BIOS settings




Ways to Fix SSD Not Found in Windows 10/11

Method Description
1. Check the BIOS settings Access the BIOS settings of your computer and ensure that the SSD is properly detected and configured. Make sure the SATA mode is set to AHCI or RAID (based on your system requirements) instead of IDE.
2. Update BIOS firmware Check for any available BIOS updates from the manufacturer’s website and install them. Outdated BIOS firmware can cause compatibility issues with hardware, including SSDs.
3. Check SATA cable connections Ensure that the SATA cables connecting the SSD to the motherboard are securely plugged in. Loose connections can prevent the SSD from being detected.
4. Enable SSD in Device Manager Open Device Manager, expand the “Disk drives” category, and check if the SSD is listed. If it’s disabled, right-click on it and select “Enable”.
5. Reinstall SSD drivers If the SSD drivers are outdated or corrupted, reinstalling them can help resolve detection issues. Visit the manufacturer’s website, download the latest drivers, and install them.
6. Test the SSD on another computer If possible, connect the SSD to another computer to check if it’s detected. This can help determine if the issue is specific to your computer or if the SSD itself is faulty.
7. Contact technical support If none of the above methods work, it’s recommended to contact the technical support of your SSD manufacturer or seek professional assistance to diagnose and fix the issue.


Update SSD drivers

To update SSD drivers on Windows 10/11, follow these steps:

1. Press the Windows key + X and select “Device Manager” from the menu.
2. Expand the “Disk drives” category and locate your SSD.
3. Right-click on the SSD and select “Update driver”.
4. Choose the option to search automatically for updated driver software.
5. Windows will search for the latest driver and install it if available.
6. If Windows cannot find an updated driver, visit the manufacturer’s website and download the latest driver for your SSD model.
7. Once downloaded, double-click on the driver file and follow the on-screen instructions to install it.
8. Restart your computer to apply the driver update.

If your SSD is still not found after updating the drivers, try these additional steps:

1. Check the physical connections of the SSD to ensure it is properly connected.
2. Access your computer’s BIOS settings and make sure the SSD is recognized and enabled.
3. If you recently installed Windows 11, ensure that your SSD is compatible with the new operating system.
4. If you have multiple storage devices, make sure the SSD is set as the primary boot device in the BIOS.

Initialize new SSD drive

If you’re facing the issue of your SSD not being found in Windows 10/11, initializing the drive can often solve the problem. Here’s how you can do it:

Step 1: Press the Windows key + X and select “Disk Management” from the menu.

Step 2: Locate your SSD drive in the Disk Management window. It might be labeled as “Not Initialized” or “Offline”.

Step 3: Right-click on the SSD drive and select “Initialize Disk”.

Step 4: Choose the partition style – MBR (for drives under 2TB) or GPT (for larger drives) – and click “OK”.

Step 5: Right-click on the unallocated space of the SSD drive and select “New Simple Volume”.

Step 6: Follow the on-screen instructions to assign a drive letter, format the drive, and complete the process.

Once the initialization is complete, your SSD drive should be recognized by Windows 10/11. Remember to back up any important data before performing any disk operations.

Repair by disk management

Repairing an SSD that is not found in Windows 10/11 can be done through disk management. Follow these steps to fix the issue:

1. Press the Windows key + X and select “Disk Management” from the menu.
2. Locate your SSD in the list of drives. It might be labeled as “Disk 1,” “Disk 2,” etc.
3. Right-click on the SSD and select “Initialize Disk.” Choose the appropriate option based on the disk style (MBR or GPT).
4. Right-click on the unallocated space of the SSD and select “New Simple Volume.”
5. Follow the on-screen instructions to create a new volume, assign a drive letter, and format the SSD.
6. Once the formatting is complete, your SSD should be recognized by Windows.

Note: Make sure to back up any important data before proceeding with these steps. If the issue persists, it may indicate a hardware problem with the SSD, and you may need to consult a professional or contact the manufacturer for further assistance.

Assign or change SSD drive letter

To assign or change the SSD drive letter in Windows 10/11, follow these steps:

1. Press the Windows key + R to open the Run dialog box. Type “diskmgmt.msc” and press Enter to open Disk Management.

2. In the Disk Management window, locate your SSD drive. It will be listed as “Disk X” with a corresponding size.

3. Right-click on the SSD drive and select “Change Drive Letter and Paths”.

4. In the Change Drive Letter and Paths window, click on the “Change” button.

5. Select an available drive letter from the drop-down menu and click “OK”.

6. A warning message may appear, stating that some programs may not work properly if you change the drive letter. Click “Yes” to proceed.

7. The drive letter for your SSD drive will be changed. You can now close the Disk Management window.

Remember to update any shortcuts or references that may have been using the previous drive letter to ensure smooth functionality.

Note: Changing the drive letter of your operating system drive (usually C:) or any other critical system drives can cause problems. Exercise caution when changing drive letters.

Recover SSD data

If you’re experiencing the issue of your SSD not being found in Windows 10/11, there are a few ways you can try to fix it.

First, make sure your SSD is properly connected and recognized by your computer. Check the physical connections and ensure that the drive is properly seated in the M.2 or PCIe slot.

Next, check your BIOS settings. Restart your computer and enter the BIOS menu by pressing the designated key (often F2 or Del) during startup. Look for the “Storage” or “Drives” section and verify that your SSD is enabled and detected.

If your SSD is still not being found, you can try updating your SSD’s drivers. Go to the manufacturer’s website and look for the latest driver for your specific SSD model. Download and install the driver, then restart your computer.

If none of these steps resolve the issue, there may be a problem with the SSD itself. Consider contacting the manufacturer for further assistance or seeking professional help.

Remember to always back up your important data before attempting any troubleshooting steps to avoid potential data loss.

Change onboard SATA mode

To change the onboard SATA mode and fix the issue of SSD not being found in Windows 10 or 11, follow these steps:

1. Restart your computer and enter the BIOS settings by pressing the designated key during startup (usually F2 or Del).

2. Navigate to the “Storage” or “Advanced” tab in the BIOS menu.

3. Look for an option related to SATA mode or configuration. It may be labeled as “SATA Configuration” or something similar.

4. Select the option and change it to “AHCI” if it is currently set to “IDE” or “RAID”. AHCI is the preferred mode for SSDs.

5. Save the changes and exit the BIOS settings.

6. Restart your computer again and boot into Windows.

By changing the onboard SATA mode to AHCI, you should be able to resolve the issue of SSD not being recognized in Windows 10 or 11. Remember to consult your computer’s manual or manufacturer’s website for specific instructions related to your device.

Set disk drive letter

To set a disk drive letter for an SSD that is not found in Windows 10/11, follow these steps:

1. Press the Windows key + X and select “Disk Management” from the menu.
2. Locate the SSD drive in the list of disks and right-click on it.
3. Select “Change Drive Letter and Paths” from the context menu.
4. Click on the “Add” button to assign a new drive letter.
5. Choose a letter from the dropdown menu and click “OK.”
6. If the letter is already in use, you will be prompted to confirm the change.
7. Once the drive letter is assigned, you should see the SSD appear in File Explorer.

Note: Make sure to select a letter that is not already assigned to another drive. This can cause conflicts and prevent the SSD from being recognized.

If you are still experiencing issues with the SSD not being found, it may be necessary to check the BIOS settings or update the SSD’s firmware. Refer to the manufacturer’s documentation for further instructions.

Run memory diagnostic tool

To run the memory diagnostic tool in Windows 10/11 and fix SSD not found issues, follow these steps:

1. Press the Windows key + R to open the Run dialog box.
2. Type “mdsched.exe” and press Enter to open the Windows Memory Diagnostic tool.
3. Select “Restart now and check for problems” to schedule a memory test on the next system restart.
4. Your computer will restart and the memory diagnostic tool will run automatically.
5. Wait for the tool to complete the memory test, which may take some time.
6. Once the test is finished, your computer will automatically restart again.
7. After restarting, Windows will display the test results. If any issues are found, follow the recommended steps to resolve them.

By running the memory diagnostic tool, you can identify and fix memory-related problems that may be causing the SSD not found issue on your Windows 10/11 system.

How to Fix Kingston SSD Not Detected

  1. Shut down your computer and unplug the power cable.
  2. Open your computer case to access the internal components.
    Shut down your computer and unplug the power cable.
Open your computer case to access the internal components.
  3. Locate the Kingston SSD and ensure that the cables connecting it to the motherboard and power supply are securely plugged in.
  4. If necessary, remove and reattach the cables to ensure a proper connection.
  5. Close the computer case and plug in the power cable.
  6. Boot up your computer and check if the Kingston SSD is detected.
    Close the computer case and plug in the power cable.
Boot up your computer and check if the Kingston SSD is detected.

Repair Method 2: Update SSD Firmware

  1. Visit the official Kingston website and navigate to the support or downloads section.
  2. Search for the firmware update for your specific Kingston SSD model.
    Visit the official Kingston website and navigate to the support or downloads section.
Search for the firmware update for your specific Kingston SSD model.
  3. Download the firmware update and save it to your computer.
  4. Double-click the firmware update file to run it.
  5. Follow the on-screen instructions to update the firmware of your Kingston SSD.
  6. Once the update is complete, restart your computer and check if the SSD is now detected.
    Follow the on-screen instructions to update the firmware of your Kingston SSD.
Once the update is complete, restart your computer and check if the SSD is now detected.

Repair Method 3: Initialize SSD in Disk Management

  1. Press Win + X and select Disk Management from the menu.
  2. Locate your Kingston SSD in the list of drives.
    Press Win + X and select Disk Management from the menu.
Locate your Kingston SSD in the list of drives.
  3. If the SSD is listed as unallocated, right-click on it and select New Simple Volume.
  4. Follow the on-screen instructions to initialize and format the SSD.
  5. If the SSD is already listed with a drive letter, but not detected, right-click on it and select Change Drive Letter and Paths.
  6. Click Add and assign a new drive letter to the SSD.
    If the SSD is already listed with a drive letter, but not detected, right-click on it and select Change Drive Letter and Paths.
Click Add and assign a new drive letter to the SSD.
  7. Click OK and check if the SSD is now detected.

Repair Method 4: Update Storage Controller Driver

  1. Press Win + X and select Device Manager from the menu.
  2. Expand the Ide/Atapi controllers or Storage controllers category.
    Press Win + X and select Device Manager from the menu.
Expand the Ide/Atapi controllers or Storage controllers category.
  3. Right-click on the storage controller driver and select Update driver.
  4. Choose Search automatically for updated driver software and wait for Windows to search and install any available updates.
  5. Restart your computer and check if the Kingston SSD is now detected.

Change onboard SATA mode

To change the onboard SATA mode in Windows 10/11 and fix the issue of SSD not being found, follow these simple steps:

1. Restart your computer and enter the BIOS settings by pressing the appropriate key during startup (usually Del, F2, or F10).

2. Navigate to the “Storage” or “Advanced” section in the BIOS menu.

3. Look for an option related to SATA mode or configuration. It may be labeled as “SATA Configuration,” “Storage Configuration,” or something similar.

4. Select the SATA mode option and change it to “AHCI” or “IDE” depending on your SSD’s requirements. AHCI is generally recommended for better performance.

5. Save the changes and exit the BIOS. Your computer will restart.

6. After Windows boots up, it should detect and recognize the SSD properly.

Initialize the drive

To fix the issue of SSD not being found in Windows 10/11, follow these steps:

1. Open the Start menu and type “Disk Management” to launch the Disk Management utility.
2. Locate the SSD drive that is not being recognized and check its status. If it shows as “Not Initialized,” right-click on it and select “Initialize Disk.”
3. Choose the partition style (MBR or GPT) for the SSD and click “OK” to initialize the drive.
4. Once the drive is initialized, you need to create a new partition on it. Right-click on the unallocated space and select “New Simple Volume.”
5. Follow the on-screen instructions to set the partition size, assign a drive letter, and format the SSD.
6. After the formatting process is complete, you should be able to see and use the SSD in Windows 10/11.

Remember to backup your data before initializing the SSD, as this process will erase all existing data on the drive.

For more detailed instructions or troubleshooting steps, refer to the official Microsoft support documentation or seek assistance from a professional technician.

Set disk drive letter

To set the disk drive letter for an SSD not found in Windows 10/11, follow these steps:

1. Press the Windows key + X and select “Disk Management” from the menu.
2. Locate the SSD drive in the list of disks and right-click on it.
3. Select “Change Drive Letter and Paths” from the context menu.
4. Click “Change” and choose an available drive letter from the drop-down menu.
5. Click “OK” to save the changes.

If you’re still unable to find the SSD, try the following additional steps:

1. Open Command Prompt as an administrator.
2. Type diskpart and press Enter.
3. Type list disk and press Enter to view a list of available disks.
4. Find the SSD disk in the list and note its disk number.
5. Type select disk [disk number] and press Enter.
6. Type assign letter=[drive letter] and press Enter to assign a drive letter to the SSD.

Update drivers

To update drivers for an SSD not found in Windows 10/11, follow these steps:

1. Press the Windows key + X and select “Device Manager” from the menu.
2. In the Device Manager window, expand the “Disk drives” category.
3. Right-click on the SSD that is not found and select “Update driver.”
4. Choose “Search automatically for updated driver software” and let Windows search for the latest driver online.
5. If Windows doesn’t find a newer driver, you can manually update it. Go to the manufacturer’s website and download the latest driver for your SSD model.
6. Once downloaded, right-click on the SSD in Device Manager and select “Update driver.”
7. Choose “Browse my computer for drivers” and navigate to the location where you saved the downloaded driver.
8. Follow the on-screen instructions to complete the driver update.
9. After the update, restart your computer to apply the changes.

These steps should help resolve the issue of an SSD not being found in Windows 10/11.

Run memory diagnostic tool

Run Memory Diagnostic Tool to Fix SSD Not Found in Windows 10/11

If you’re experiencing issues with your SSD not being detected in Windows 10/11, running the Memory Diagnostic Tool can help identify and fix any memory-related problems. Here’s how to do it:

1. Press the Windows key + R to open the Run dialog box.
2. Type “mdsched.exe” and press Enter to launch the Memory Diagnostic Tool.
3. Choose between “Restart now and check for problems (recommended)” or “Check for problems the next time I start my computer.”
4. Your computer will restart and the memory test will begin.
5. Allow the tool to run its course and check for any errors.
6. Once the test is complete, your computer will automatically restart.
7. After the restart, check if the SSD is now detected in Windows 10/11.

By running the Memory Diagnostic Tool, you can troubleshoot and resolve memory-related issues that may be causing your SSD not to be found in Windows 10/11.

Protecting Your SSD Drive and Files

Protecting your SSD drive and files is crucial for maintaining the performance and longevity of your Windows 10/11 system. Here are some ways to fix the issue of SSD not being found:

1. Check the physical connections: Ensure that the SSD is properly connected to your computer. Check the cables and connectors for any loose connections or damage.

2. Update drivers and firmware: Visit the manufacturer’s website and download the latest drivers and firmware for your SSD. Updating these components can resolve compatibility issues and improve performance.

3. Verify BIOS settings: Access the BIOS settings by restarting your computer and pressing the designated key (usually displayed during startup). Make sure that the SSD is recognized and properly configured in the BIOS.

4. Run Windows disk management tool: Press Win + X, then select Disk Management. If the SSD is listed, but not assigned a drive letter, right-click on it and select “Change Drive Letter and Paths.” Assign a new drive letter and check if the SSD is now accessible.

5. Use diskpart command: Press Win + R, type “cmd,” and press Enter. In the Command Prompt, type “diskpart” and press Enter. Then, type “list disk” to see a list of available disks. Identify your SSD and type “select disk X” (replace X with the corresponding disk number). Finally, type “clean” and press Enter to wipe the SSD.

Remember to always back up your important files before attempting any troubleshooting steps.

Was this article helpful?
YesNo
See also  How to Fix Corrupted JPEG Images
Scroll to Top