---
title: "How to Fix PC Hard Drive Not Detected | FixFix Labs"
description: "Fix hard drives or SSDs not being detected in your PC through BIOS and Windows troubleshooting. Step-by-step desktop pc troubleshooting guide with quick chec..."
lang: en
json-ld: |
  [
    {
      "@context": "https://schema.org",
      "@graph": [
        {
          "@type": "Organization",
          "@id": "https://fixfixlabs.com/#organization",
          "name": "FixFix Labs",
          "url": "https://fixfixlabs.com/",
          "logo": "https://fixfixlabs.com/emblem.webp",
          "sameAs": [
            "https://facebook.com/fixfixlabs",
            "https://instagram.com/fixfixlabs",
            "https://www.tiktok.com/@fixfixlabs.com"
          ],
          "alternateName": [
            "fixfixlabs",
            "Fix Fix Labs",
            "FixFix Labs",
            "fixfix labs",
            "fixfixlabs.com",
            "FixFix Labs Luton"
          ],
          "address": {
            "@type": "PostalAddress",
            "streetAddress": "159 Marsh Road",
            "addressLocality": "Luton",
            "addressRegion": "Bedfordshire",
            "postalCode": "LU3 2QL",
            "addressCountry": "GB"
          },
          "areaServed": "GB"
        },
        {
          "@type": [
            "LocalBusiness",
            "ProfessionalService"
          ],
          "@id": "https://fixfixlabs.com/#localbusiness",
          "name": "FixFix Labs",
          "alternateName": [
            "Repair Zone",
            "Repair Zone Luton",
            "FixFix Labs Luton",
            "FixFix Labs"
          ],
          "url": "https://fixfixlabs.com/",
          "image": "https://fixfixlabs.com/emblem.webp",
          "telephone": "+441582505020",
          "email": "support@fixfixlabs.com",
          "priceRange": "££",
          "parentOrganization": {
            "@id": "https://fixfixlabs.com/#organization"
          },
          "address": {
            "@type": "PostalAddress",
            "streetAddress": "159 Marsh Road",
            "addressLocality": "Luton",
            "addressRegion": "Bedfordshire",
            "postalCode": "LU3 2QL",
            "addressCountry": "GB"
          },
          "areaServed": [
            "Luton",
            "Marsh Road",
            "Bury Park",
            "Leagrave",
            "Limbury",
            "Biscot",
            "Sundon Park",
            "Marsh Farm",
            "Lewsey",
            "High Town",
            "Stopsley",
            "Wigmore",
            "Farley Hill",
            "Round Green",
            "Bramingham",
            "Dunstable",
            "Houghton Regis",
            "Caddington",
            "Slip End",
            "Barton-le-Clay"
          ],
          "openingHoursSpecification": [
            {
              "@type": "OpeningHoursSpecification",
              "dayOfWeek": [
                "Monday",
                "Tuesday",
                "Wednesday",
                "Thursday",
                "Friday",
                "Saturday"
              ],
              "opens": "10:00",
              "closes": "18:00"
            }
          ],
          "sameAs": [
            "https://facebook.com/fixfixlabs",
            "https://instagram.com/fixfixlabs",
            "https://www.tiktok.com/@fixfixlabs.com"
          ]
        },
        {
          "@type": "WebSite",
          "@id": "https://fixfixlabs.com/#website",
          "name": "FixFix Labs",
          "url": "https://fixfixlabs.com/",
          "publisher": {
            "@id": "https://fixfixlabs.com/#organization"
          },
          "inLanguage": "en-GB",
          "potentialAction": {
            "@type": "SearchAction",
            "target": {
              "@type": "EntryPoint",
              "urlTemplate": "https://fixfixlabs.com/device-troubleshooting?q={search_term_string}"
            },
            "query-input": "required name=search_term_string"
          }
        }
      ]
    },
    {
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://fixfixlabs.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Troubleshooting",
          "item": "https://fixfixlabs.com/device-troubleshooting"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Desktop PCs Guides",
          "item": "https://fixfixlabs.com/device-troubleshooting#pc"
        },
        {
          "@type": "ListItem",
          "position": 4,
          "name": "PC Hard Drive Not Detected",
          "item": "https://fixfixlabs.com/device-troubleshooting/pc-hard-drive-issues"
        }
      ]
    },
    {
      "@context": "https://schema.org",
      "@type": "HowTo",
      "name": "PC Hard Drive Not Detected",
      "description": "This guide helps troubleshoot a PC hard drive that is not being detected by BIOS or Windows.",
      "url": "https://fixfixlabs.com/device-troubleshooting/pc-hard-drive-issues",
      "step": [
        {
          "@type": "HowToStep",
          "position": 1,
          "name": "Reseat all cables",
          "text": "1. Power off and unplug the PC.\n2. Disconnect and reconnect SATA data cable at both ends.\n3. Disconnect and reconnect SATA power cable.\n4. Ensure connections are firm."
        },
        {
          "@type": "HowToStep",
          "position": 2,
          "name": "Check BIOS settings",
          "text": "1. Enter BIOS on startup.\n2. Navigate to storage/SATA configuration.\n3. Ensure SATA ports are enabled.\n4. Check SATA mode (AHCI recommended for most setups)."
        },
        {
          "@type": "HowToStep",
          "position": 3,
          "name": "Initialise in Disk Management",
          "text": "1. Right-click Start > Disk Management.\n2. If the drive appears as Unknown/Not Initialised, right-click > Initialise Disk.\n3. Choose GPT for drives over 2TB.\n4. Create a New Simple Volume and format."
        },
        {
          "@type": "HowToStep",
          "position": 4,
          "name": "Test in another PC",
          "text": "1. Connect the drive to a different PC.\n2. If detected there, the issue is with your original PC SATA port or cables.\n3. If not detected anywhere, the drive has likely failed."
        }
      ]
    },
    {
      "@context": "https://schema.org",
      "@type": "FAQPage",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Does the drive appear in BIOS?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes: Windows or partition issue. Drive hardware is likely fine. | No: Hardware connection or drive failure."
          }
        },
        {
          "@type": "Question",
          "name": "Is this a new drive or was it previously working?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes: Previously working drives may have failed or have loose cables. | No: New drives may need initialisation in Disk Management."
          }
        },
        {
          "@type": "Question",
          "name": "Can you hear the drive spinning?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes: Drive is receiving power. Issue is data connection or firmware. | No: Power cable issue or drive has failed completely."
          }
        }
      ]
    }
  ]
---

[![FixFix Labs](/assets/fixfix-logo-Dj0uNxZh.webp)](/)

[Troubleshooting](/device-troubleshooting)

[Luton Repairs](/repair)

[Repair by Post](/mail-in-repair)[Track Repair](/track)

[Custom PCs](/custom-builds)

[Sign In](/login)[Start Diagnosis](/diagnosis)

[](tel:01582505020)

[01582 505020](tel:01582505020)

1.  [All Guides](/device-troubleshooting)
2.  [Desktop PCs](/device-troubleshooting?category=pc#problems)
3.  PC Hard Drive Not Detected 

Desktop PCs

hard\_drive

# PC Hard Drive Not Detected

## Quick Answer

This guide helps troubleshoot a PC hard drive that is not being detected by BIOS or Windows.

Please note:  This guide is provided for informational purposes only. Any steps you choose to follow are at your own discretion and risk. If you're unsure, we recommend booking a professional diagnosis.

Line illustration of a desktop tower and monitor with diagnostic reference markings, overlaid with a timing and performance trace 

Desktop PC — illustration 

On this page

-   [Quick Checks](#quick-checks-heading)
-   [Guided Troubleshooting](#diagnostic-heading)
-   [Possible Causes](#possible-causes-heading)
-   [Self-Fix Instructions](#self-fix-heading)
-   [Safety Warnings](#warnings-heading)
-   [When troubleshooting isn't enough](#next-steps-heading)

## Quick Checks

Try these fast checks first — they solve most cases.

1.  Check cable connections
    
    Ensure both SATA data and power cables are firmly connected.
    
2.  Try a different SATA port
    
    The current motherboard port may be faulty.
    
3.  Try a different cable
    
    SATA cables can fail. Swap with a known working one.
    
4.  Check BIOS detection
    
    Enter BIOS and check if the drive appears in storage devices.
    
5.  Listen for drive sounds
    
    Spinning sounds indicate power. Clicking indicates failure.
    

## Guided Troubleshooting

Answer these questions to narrow down the issue.

Does the drive appear in BIOS?

YesNo

Is this a new drive or was it previously working?

YesNo

Can you hear the drive spinning?

YesNo

## Possible Causes

Loose SATA cable

Very Common 

Cables work loose over time, especially during moves.

Faulty SATA port

Moderate 

Individual motherboard ports can fail.

Drive not initialised

Common 

New drives need initialisation in Disk Management.

Drive failure

Moderate 

Mechanical or electronic failure prevents detection.

BIOS settings

Less Common 

SATA mode or port may be disabled in BIOS.

Power supply issue

Less Common 

Insufficient power or faulty PSU connector.

If the cause requires professional attention, see [Get Desktop PC slow performance fixed](/repair/pc/slow-performance).

## Self-Fix Instructions

Safe steps you can try at home.

1.  ### Reseat all cables
    
    1\. Power off and unplug the PC. 2. Disconnect and reconnect SATA data cable at both ends. 3. Disconnect and reconnect SATA power cable. 4. Ensure connections are firm.
    
2.  ### Check BIOS settings
    
    1\. Enter BIOS on startup. 2. Navigate to storage/SATA configuration. 3. Ensure SATA ports are enabled. 4. Check SATA mode (AHCI recommended for most setups).
    
3.  ### Initialise in Disk Management
    
    1\. Right-click Start > Disk Management. 2. If the drive appears as Unknown/Not Initialised, right-click > Initialise Disk. 3. Choose GPT for drives over 2TB. 4. Create a New Simple Volume and format.
    
4.  ### Test in another PC
    
    1\. Connect the drive to a different PC. 2. If detected there, the issue is with your original PC SATA port or cables. 3. If not detected anywhere, the drive has likely failed.
    

## Safety Warnings

-   Always power off and unplug before working inside the PC. 
-   If the drive contains important data, do not initialise or format it. 
-   Clicking drives may have recoverable data. Consult professionals before further attempts. 
-   Handle drives carefully. Drops can cause immediate failure. 

## When troubleshooting isn't enough

If these steps didn't resolve the issue, a professional diagnosis can identify the root cause.

[Start Diagnosis ](/diagnosis?category=pc&issue=slow-performance)[Get Desktop PC slow performance fixed ](/repair/pc/slow-performance)

### Still need help? FixFix Labs repairs devices in Luton.

Walk in to 159 Marsh Road, Luton, LU3 2QL — or book a slot online. Same-day service on most common repairs.

[Free AI Diagnostic](/diagnosis) [Book a Repair](/booking)[Phone Repair Luton](/phone-repair-luton) [Call 01582 505020](tel:01582505020)

[View all desktop pc troubleshooting guides](/device-troubleshooting?category=pc#problems)

FixFix Labs is not responsible for pre-existing data loss or undisclosed damage.

All repairs carry inherent risk. Complex or liquid-damaged devices may have unpredictable outcomes.

By proceeding, you acknowledge these terms. Full details in our Terms of Service.

[![FixFix Labs](/assets/fixfix-logo-Dj0uNxZh.webp)](/)

### Device Repairs

-   [Phone Repair](/repair/phone)
-   [Laptop & MacBook Repair](/repair/laptop)
-   [Tablet & iPad Repair](/repair/tablet)
-   [Console Repair](/repair/console)
-   [Desktop PC Repair](/repair/pc)
-   [Handheld Gaming Repair](/repair/handheld)
-   [Data Recovery](/data-recovery-luton)
-   [Water Damage Repair](/repair/liquid-damage)
-   [Repair by Post (UK)](/mail-in-repair)

### Locations

-   [Luton](/phone-repair-luton)
-   [Dunstable](/phone-repair-dunstable)
-   [Leagrave](/locations/leagrave)
-   [Stopsley](/locations/stopsley)
-   [Houghton Regis](/locations/houghton-regis)
-   [View All Areas](/locations)

### Help

-   [Troubleshooting](/device-troubleshooting)
-   [Repair Process](/how-it-works)
-   [Track Repair](/track)
-   [Support](/support)
-   [Repair Warranty](/warranty)
-   [Privacy](/privacy)

© 2026 FixFix Labs · 159 Marsh Road, Luton LU3 2QL

[About](/about)[Repair Warranty](/warranty)[Data Safety](/data-safety)[Contact](/contact)[Terms](/terms)[Privacy](/privacy)Feedback

## Before you continue

We use necessary cookies to make the site work. Analytics cookies stay off unless you accept. See our [Cookie & Privacy Policy](/privacy) for details.

Accept allManage preferences