Devices Check if Drive is Removable in Windows 11

  • Thread starter Thread starter Brink
  • Start date Published: Start date Updated Updated:
  • Tags Tags
    drive

USB_Drive_banner.webp

This tutorial will show you different ways to check if a drive is considered removable in Windows 11.

A removable drive is a type of data storage media (ex: USB) that is easily inserted (connected) and removed from the computer. They can be used as portable devices.



Contents

  • Option One: Check if Drive is Removable in Disk Management
  • Option Two: Check if Drive is Removable in Task Manager
  • Option Three: Check if Drive is Removable in Settings
  • Option Four: Check if Drive is Removable using "Get-Volume" Command
  • Option Five: Check if Drive is Removable using "Get-WmiObject" Command




Option One

Check if Drive is Removable in Disk Management


1 Open Disk Management (diskmgmt.msc).

2 On the left side of the bottom view, Removable will be listed under any Disk # considered a removable drive. (see screenshot below)

Removable_drive_Disk_Management.webp





Option Two

Check if Drive is Removable in Task Manager


1 Open Task Manager (Ctrl+Shift+Esc).

2 Click/tap on Performance on the left side. (see screenshot below)

3 Any Disk # considered removable will have Removable listed as its type.

Removable_drive_Task_Manager.webp





Option Three

Check if Drive is Removable in Settings


1 Open Settings (Win+I).

2 Click/tap on System on the left side, and click/tap on Storage on the right side. (see screenshot below)


Removable_drive_Settings-1.webp

3 Click/tap on Yes if prompted by UAC.

Starting with Windows 11 build 26100.7705 (24H2) and build 26200.7705 (25H2), to help ensure that only authorized Windows users can access system files, Windows now displays a User Account Control (UAC) prompt when you open Storage settings (Settings > System > Storage).

Starting with Windows 11 build 26100.8514 (RP 24H2), and build 26200.8514 (RP 25H2), Microsoft updated Settings > System > Storage, so rather than seeing a UAC prompt immediately when you go to the page, you’ll only see it when going to view temporary files.


4 Click/tap on Advanced storage settings to expand it open, and click/tap on Disks & volumes. (see screenshot below)


Removable_drive_Settings-2.webp

5 Click/tap on the Properties button for the "disk" you want to check. (see screenshot below)

Removable_drive_Settings-3.webp

6 This drive's Media will show as Removable Device if considered removable. (see screenshot below)

Removable_drive_Settings-4.webp




Option Four

Check if Drive is Removable using "Get-Volume" Command


1 Open Windows Terminal, and select either Windows PowerShell or Command Prompt.

2 Copy and paste the command below you want to use into Windows Terminal, and press Enter. (see screenshots below)

Windows PowerShell - list all drives
Get-Volume

OR​

Windows PowerShell - list only removable drives
Get-Volume | Where-Object {$_.DriveType -eq 'removable'}

OR​

Command Prompt - list all drives
PowerShell Get-Volume

OR​

Command Prompt - list only removable drives
PowerShell "Get-Volume | Where-Object {$_.DriveType -eq 'removable'}"

3 Look at the DriveType column detail to determine if a drive is Removable.

Removable_drive_Get-Volume.webp


Only_removable_drive_Get-Volume.webp





Option Five

Check if Drive is Removable using "Get-WmiObject" Command


1 Open Windows Terminal, and select either Windows PowerShell or Command Prompt.

2 Copy and paste the appropriate command below into Windows Terminal, and press Enter. (see screenshot below)

Windows PowerShell
Get-WmiObject Win32_LogicalDisk | Select-Object DeviceID, VolumeName, DriveType

OR​

Command Prompt
PowerShell "Get-WmiObject Win32_LogicalDisk | Select-Object DeviceID, VolumeName, DriveType"

3 Look at the DriveType column detail number (ex: "2") to determine if a drive is removable.

DriveType Number​
Description​
0Unknown
1No root directory (drive letter does not exist)
2Removable (ex: USB or SD card)
3Local Disk (internal drive)
4Network Drive (ex: mapped drive)
5CD-ROM (physical CD, DVD, or Blu-ray drive)
6RAM Disk

Removable_drive_Get-WmiObject.webp



That's it,
Shawn Brink


 
Last edited:
Option Five

If you're lazy, and don't like to do math:
Code:
Get-WmiObject Win32_LogicalDisk | Where-Object { $_.DriveType -in 2,5 } | Select-Object DeviceID, VolumeName
Code:
powershell "Get-WmiObject Win32_LogicalDisk | Where-Object { $_.DriveType -in 2,5 } | Select-Object DeviceID, VolumeName"
 

My Computer

System One

  • OS
    Windows 7
Get-WmiObject Win32_LogicalDisk | Where-Object { $_.DriveType -in 2,5 } | Select-Object DeviceID, VolumeName
 

My Computer

System One

  • OS
    oydur
    Computer type
    Laptop
Aren't these properties visible in Disk Manager or Device Manager? I guess it is easier to check Disk Manager or Device Manager than type a long string of commands. Of course it might be easier to copy-paste them.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 (5699), 25H2 (8457)
    Computer type
    Laptop
    Manufacturer/Model
    Acer Extensa 5630EZ
    CPU
    Mobile DualCore Intel Core 2 Duo T7250, 2000 MHz
    Motherboard
    Acer Extensa 5630
    Memory
    4GB
    Graphics Card(s)
    Mobile Intel(R) GMA 4500M (Mobile 4 series)
    Sound Card
    Realtek ALC268 @ Intel 82801IB ICH9 - High Definition Audio Controller
    Monitor(s) Displays
    1
    Screen Resolution
    1280x800
    Hard Drives
    Samsung SSD 850 EVO 250GB SATA Device (250 GB, SATA-III)
    Internet Speed
    VDSL 50 Mbps
    Browser
    MICROSOFT EDGE
    Antivirus
    WINDOWS DEFENDER
    Other Info
    Legacy MBR installation, no TPM, no Secure Boot, no WDDM 2.0 graphics drivers, no SSE4.2, cannot get more unsupported ;) This is only my test laptop. I had installed Windows 11 here before upgrading my main PC. For my main PC I use everyday see my 2nd system specs.
  • Operating System
    Windows 11 Pro v25H2 (build 26200.8457)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom-built PC
    CPU
    Intel Core-i7 3770 3.40GHz s1155 (3rd generation)
    Motherboard
    Asus P8H61 s1155 ATX
    Memory
    2x Kingston Hyper-X Blu 8GB DDR3-1600
    Graphics card(s)
    GIGABYTE GeForce RTX 3050 WINDFORCE OC V2 6GB (GV-N3050WF2OCV2-6GD)
    Sound Card
    Realtek HD audio (ALC887)
    Monitor(s) Displays
    Sony Bravia KDL-19L4000 19" LCD TV via VGA
    Screen Resolution
    1440x900 32-bit 60Hz
    Hard Drives
    WD Blue SA510 2.5 1000GB SSD as system disk, Western Digital Caviar Purple 4TB SATA III (WD40PURZ) as second
    PSU
    Thermaltake Litepower RGB 550W Full Wired
    Case
    SUPERCASE MIDI-TOWER
    Cooling
    Deepcool Gamma Archer CPU cooler, 1x 8cm fan at the back
    Keyboard
    Mitsumi 101-key PS/2
    Mouse
    Sunnyline OptiEye PS/2
    Internet Speed
    100Mbps
    Browser
    Microsoft Edge, Mozilla Firefox
    Antivirus
    Microsoft Windows Defender
    Other Info
    Legacy BIOS (MBR) installation, no TPM, no Secure Boot, WDDM 3.0 graphics drivers, WEI score 7.4
Aren't these properties visible in Disk Manager or Device Manager? I guess it is easier to check Disk Manager or Device Manager than type a long string of commands. Of course it might be easier to copy-paste them.
If you're writing a script, both GUI-based tools can't be used to return those properties.
 

My Computer

System One

  • OS
    Windows 7
Cant find " removable " , my external HDDs only showing '' on line " ............
Though they are all easy removable !
 

My Computer

System One

  • OS
    Windows11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Asus
    CPU
    i7
    Motherboard
    z97k
    Memory
    32GB
    Graphics Card(s)
    nVidia
    Sound Card
    Realtek
    Hard Drives
    3
    Cooling
    air
    Browser
    Edge
    Antivirus
    ESET
Cant find " removable " , my external HDDs only showing '' on line " ............
Though they are all easy removable !
I doesn't read "removable", but it reads "USB" next to the device name, so you know is removable.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 (5699), 25H2 (8457)
    Computer type
    Laptop
    Manufacturer/Model
    Acer Extensa 5630EZ
    CPU
    Mobile DualCore Intel Core 2 Duo T7250, 2000 MHz
    Motherboard
    Acer Extensa 5630
    Memory
    4GB
    Graphics Card(s)
    Mobile Intel(R) GMA 4500M (Mobile 4 series)
    Sound Card
    Realtek ALC268 @ Intel 82801IB ICH9 - High Definition Audio Controller
    Monitor(s) Displays
    1
    Screen Resolution
    1280x800
    Hard Drives
    Samsung SSD 850 EVO 250GB SATA Device (250 GB, SATA-III)
    Internet Speed
    VDSL 50 Mbps
    Browser
    MICROSOFT EDGE
    Antivirus
    WINDOWS DEFENDER
    Other Info
    Legacy MBR installation, no TPM, no Secure Boot, no WDDM 2.0 graphics drivers, no SSE4.2, cannot get more unsupported ;) This is only my test laptop. I had installed Windows 11 here before upgrading my main PC. For my main PC I use everyday see my 2nd system specs.
  • Operating System
    Windows 11 Pro v25H2 (build 26200.8457)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom-built PC
    CPU
    Intel Core-i7 3770 3.40GHz s1155 (3rd generation)
    Motherboard
    Asus P8H61 s1155 ATX
    Memory
    2x Kingston Hyper-X Blu 8GB DDR3-1600
    Graphics card(s)
    GIGABYTE GeForce RTX 3050 WINDFORCE OC V2 6GB (GV-N3050WF2OCV2-6GD)
    Sound Card
    Realtek HD audio (ALC887)
    Monitor(s) Displays
    Sony Bravia KDL-19L4000 19" LCD TV via VGA
    Screen Resolution
    1440x900 32-bit 60Hz
    Hard Drives
    WD Blue SA510 2.5 1000GB SSD as system disk, Western Digital Caviar Purple 4TB SATA III (WD40PURZ) as second
    PSU
    Thermaltake Litepower RGB 550W Full Wired
    Case
    SUPERCASE MIDI-TOWER
    Cooling
    Deepcool Gamma Archer CPU cooler, 1x 8cm fan at the back
    Keyboard
    Mitsumi 101-key PS/2
    Mouse
    Sunnyline OptiEye PS/2
    Internet Speed
    100Mbps
    Browser
    Microsoft Edge, Mozilla Firefox
    Antivirus
    Microsoft Windows Defender
    Other Info
    Legacy BIOS (MBR) installation, no TPM, no Secure Boot, WDDM 3.0 graphics drivers, WEI score 7.4
Have you ever seen a result like those below for a removable USB external drive? Drives F: and G: are partitions on a Seagate Expansion+ drive plugged into a USB port.

Screenshot 2025-09-03 132834.webp


Windows seems to see the drive as a Fixed drive. Disk Management refers to the drive as "Basic" instead of Removable, too. :unsure:
 

My Computers

System One System Two

  • OS
    Windows 11 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Tower Plus EBT2250
    CPU
    Intel Core Ultra 7 265
    Memory
    32GB
    Graphics Card(s)
    NVIDIA GeForce RTX 3050 6GB
    Monitor(s) Displays
    2x Dell U2419H
    Hard Drives
    NVMe Phison 521GB SSD
    Seagate 2TB HDD
    (Dell installed them RAID enabled using Intel VMD)
  • Operating System
    Windows 11 25H2
    Computer type
    Laptop
    Manufacturer/Model
    HP
    CPU
    Intel Core i5-1334U
    Motherboard
    HP 8DD7 - Intel Alder Lake-P PCH
    Memory
    8 GB
    Graphics card(s)
    Intel Raptor Lake-U - Integrated Graphics
    Hard Drives
    512 GB
Fixed drives (HDD or SSD) connected via USB are considered in the same category as internal drives. That's always been the norm.
 

My Computer

System One

  • OS
    Windows 7

Latest Support Threads

Back
Top Bottom