Check If Your PC Has a Fingerprint Reader: Windows 11/10
The fastest check: press Win + I to open Settings, go to Accounts → Sign-in options, and look for Fingerprint recognition (Windows Hello). If it shows a Set up button, your PC has a working fingerprint reader. If the option is missing, that does not automatically mean there is no sensor — a missing driver hides the option too. Open Device Manager and look for a Biometric devices category to find out whether the hardware exists at all. Both checks take under a minute, and this guide covers what every possible result means.
The discount Jake didn't need to give
Jake runs a small mobile phone shop, and last month he took a gamble: a dozen refurbished ThinkPads to sell alongside the phones. A customer picked one up, asked "does this have fingerprint login?", and Jake did what most of us would do — he opened Settings, found no fingerprint option, and said no. He knocked ₹2,000 off the price to close the sale anyway.
The laptop had a fingerprint sensor. It was sitting right there in the top-right corner of the palm rest. Windows just wasn't showing the option because the refurbisher had done a clean install and never loaded the sensor's driver — the small piece of software that teaches Windows how to talk to a specific piece of hardware.
"So Settings lied to me," Jake said when Ethan pointed at the sensor.
"Settings answered a different question," Ethan said. "You asked is there a fingerprint reader in this machine. Settings answers is there a fingerprint reader that is installed, driven, and ready to use right now. Those are different questions, and the gap between them is exactly where your two thousand rupees went."
That gap is what this guide closes. Six ways to check, from the ten-second one to the ones that work when the machine won't even boot into Windows, then what to do with each answer — set it up, fix it, or add a reader to a machine that never had one.
What you are actually looking for
Two things have to exist for fingerprint login to work, and it helps to name them before checking for them.
The hardware is a small biometric sensor — "biometric" just means it measures something about your body. On laptops it is usually made by Goodix, Synaptics, ELAN or Fingerprint Cards, and it can hide in several places: a small glossy square on the palm rest, the top corner of the touchpad, or — increasingly on machines made after 2020 — built into the power button itself, where you would never notice it.
The software is Windows Hello, Microsoft's name for signing in with your body or a PIN instead of a password. Windows Hello has been built into every copy of Windows 10 and 11 since 2015, on every edition including Home. You never need to install Windows Hello. If the fingerprint option is missing, the problem is always the sensor, its driver, or a policy switch — never a missing Windows feature.
One honest caveat before the methods: not every sensor that physically exists can work with Windows Hello. Machines from roughly 2014 and earlier often used narrow "swipe" strips that only worked with the manufacturer's own software, which is long abandoned. The methods below will tell you which situation you are in.
Method 1: The Settings check — ten seconds
On Windows 11
- Press Win + I. This keyboard shortcut opens Settings directly — the Windows key is the one with the four-pane logo, usually left of the space bar.
- Click Accounts in the left sidebar, then Sign-in options.
- Look at the "Ways to sign in" list. Each sign-in method is an expandable block: face, fingerprint, PIN, security key.
- Find Fingerprint recognition (Windows Hello) and click it to expand.
On Windows 10
The steps are the same — Win + I → Accounts → Sign-in options — only the layout differs. Windows 10 shows a vertical list of icons instead of expandable blocks, and the entry is labelled Windows Hello Fingerprint. Same feature, older clothes.
What each result means
- You see a "Set up" button — you have a working, Hello-compatible reader. Jump to setting it up.
- It says "This option is currently unavailable" — the entry exists but is greyed out. Windows can see something biometric but cannot use it: usually a driver or service problem. Go to troubleshooting.
- The fingerprint entry is completely absent — Windows currently detects no usable sensor. This is where our old advice stopped, and it was wrong to stop here: absence in Settings proves nothing about the hardware. Run Method 2 before you conclude anything.
✅ Why this is the one to use
Start with Settings every time. It is the only check that answers the question you actually care about — "can I use fingerprint login today" — rather than "does a chip exist". The other five methods exist for when this one says no and you don't believe it.
Method 2: Device Manager — what is physically there
Device Manager is the inventory list of every piece of hardware Windows has detected, working or not. This is the check that would have saved Jake his discount.
- Right-click the Start button and choose Device Manager. This right-click menu (the "power user menu") is identical on Windows 11 and 10. If you prefer the Run box: press Win + R, type
devmgmt.mscand press Enter —.mscfiles are Microsoft management consoles, small admin tools that ship with Windows. - Look for a category called Biometric devices. Categories only appear when at least one matching device exists, so its very presence is information.
- Expand it. You will see the sensor's real name — "Goodix fingerprint", "Synaptics WBDI", "ELAN WBF Fingerprint Sensor" or similar. WBF stands for Windows Biometric Framework, which is a good sign: it means the sensor speaks the modern protocol Hello expects.
- Also click View → Show hidden devices. A sensor that failed to start sometimes hides here in faded grey.
Reading the result
- Biometric devices exists, entry looks normal — hardware present and driven. If Settings still shows nothing, you have a service or policy problem: see troubleshooting.
- Entry has a yellow warning triangle — hardware present, driver broken. Double-click it and read the code: Code 28 means no driver installed, Code 10 means the driver loads but the device won't start, Code 45 means Windows remembers the device but can't currently reach it. All three are fixable and covered below.
- No Biometric devices category anywhere, including hidden — now you have real evidence there is no detectable sensor. Cross-check with Method 4 or 5 before spending money, because a sensor with no driver at all can occasionally appear only as an "Unknown device" under Other devices.
This is the same two-minute trick that answers most "does my machine have X" questions — we use the identical steps to check whether a PC has Bluetooth. And if you want to know which version of Device Manager you are looking at, there is a short guide to finding the Device Manager version too.
Method 3: PowerShell — the one-line answer
PowerShell is the command-line tool built into every Windows PC — you type an instruction, Windows answers in text. It sounds like a power-user detour, but for this job it is genuinely the most precise check, and it is the only method you can run over a remote connection when the laptop is not in front of you.
- Right-click the Start button and choose Terminal (Windows 11) or Windows PowerShell (Windows 10). No administrator rights needed.
- Type this and press Enter:
Get-PnpDevice -Class Biometric
The command asks Windows to list every Plug-and-Play device in the Biometric class. Three possible answers:
- A row with Status "OK" — sensor present and working. The FriendlyName column even tells you the maker, which matters when you go hunting for drivers.
- A row with Status "Error" or "Unknown" — sensor present, driver unhappy. Same fixes as a yellow triangle in Method 2.
- A red error saying no devices were found — no detectable biometric hardware. This looks alarming but it is just PowerShell's blunt way of saying "none".
Ethan's note for the curious: this is exactly what Device Manager shows, minus the clicking. The reason to know both is that PowerShell output can be copied into a support ticket or a WhatsApp message, which is how Jake now checks laptops a supplier offers him — he asks the seller to run the one line and send a screenshot before money moves.
Method 4: Look at the machine — where sensors hide
Sounds obvious, but modern sensors are designed to disappear, and people routinely own a fingerprint reader for years without knowing. Check these spots in order:
- The power button. The most common location since about 2020, especially on slim laptops. If your power button has a subtly different texture or a faint ring around it, that is probably a sensor.
- The palm rest — a small glossy or matte square, usually right of the touchpad. Classic ThinkPad and Dell territory. This is the one Jake missed.
- The touchpad's top-left or top-right corner — some HP and ASUS models embed a square sensor in the touchpad surface itself, marked only by a thin printed border.
- A narrow metallic strip between or below the mouse buttons on machines from before ~2015. That is a swipe sensor — hardware exists, but as covered below, most of these predate Windows Hello and will never work with it.
- On a 2-in-1 or tablet, check the side edge near the volume buttons.
- On a desktop: unless a USB reader is plugged in, there is nothing to find — desktop motherboards do not ship with fingerprint sensors. Some premium keyboards include one, so check the keyboard's top-right corner too.
Physical inspection is also the only method that works on a machine that won't boot — useful when you are deciding whether a dead laptop is worth repairing for its features.
Method 5: The spec sheet — check before you buy
The manufacturer's specification page is the authoritative answer, and the only method that works for a laptop you don't own yet.
- Find the exact model number. On a machine you own: press Win + R, type
msinfo32, press Enter, and read System Model. On a machine in a shop, the model is on the sticker underneath. - Search the manufacturer's own site for that model plus "specifications". Ignore retailer listings — they routinely copy specs from a different variant of the same laptop.
- Look for "fingerprint reader", "fingerprint sensor" or "Windows Hello" in the security or input sections.
One trap Ethan flags every time: many laptop models sell in variants with and without the sensor. The i5 version of a machine may have one while the i3 version doesn't, and both share a model name. That is how spec sheets burn people — match the full model number, not the family name. If the sheet says "optional", trust only Methods 1–4 on the actual unit.
If you dual-boot, the same identification job works from the Linux side — here is how to find your PC's manufacturer and model from Kali Linux.
Method 6: The manufacturer's own app
Most big brands preinstall a support app that runs a hardware inventory: Lenovo Vantage, Dell SupportAssist, HP Support Assistant, MyASUS. Open it and look for a device or hardware section — it will list the fingerprint sensor if the machine shipped with one, and crucially it will also offer the correct driver for it.
This is the method of last resort for checking, but the method of first resort for fixing: when Method 2 shows a broken or missing driver, the manufacturer's app fetches the exact right one with no guesswork about model variants. If the machine was clean-installed and the app is gone, download it from the manufacturer's support site — it is free.
Which method should you use?
| Method | Time | Tells you | Use it when |
|---|---|---|---|
| 1. Settings | 10 sec | Whether fingerprint login works right now | Always start here |
| 2. Device Manager | 1 min | Whether the hardware physically exists, and driver health | Settings shows nothing |
| 3. PowerShell | 30 sec | Same as Device Manager, in copyable text | Remote help, buying second-hand |
| 4. Physical look | 1 min | A sensor Windows can't see, or a dead machine's features | No-boot machines, doubt about Methods 1–3 |
| 5. Spec sheet | 5 min | What the model shipped with | Before buying; settling variant confusion |
| 6. OEM app | 5 min | Inventory plus the correct driver | Fixing a broken or missing driver |
You have a reader — set it up properly
One prerequisite trips almost everyone: Windows requires a Hello PIN before it will enrol a fingerprint. The PIN is the fallback for the mornings when the sensor misreads your finger three times, and Windows refuses to create a biometric login without that safety net. If the "Set up" button seems to do nothing or sends you to PIN creation first, this is why — it is by design, not a bug.
- Settings → Accounts → Sign-in options → PIN (Windows Hello) → Set up, if you don't already have a PIN.
- Back on Sign-in options, open Fingerprint recognition (Windows Hello) → Set up → Get started.
- Confirm your PIN, then touch the sensor repeatedly, shifting your finger slightly each time — centre, edges, tip. Windows is building a map, and the edges matter more than the centre because that is what it sees when you touch carelessly at 7am.
- When it finishes, click Add another finger and enrol a second one. Do it now, not later: the day you cut your index finger chopping onions is the day you'll be glad your thumb also works. Windows accepts up to ten.
These steps are the same on Windows 10 and 11, down to the button labels. Two follow-ups people ask thirty seconds later: yes, each user account on a shared PC enrols its own fingerprints independently — your finger unlocks your account, your brother's unlocks his, and the sensor tells them apart at the sign-in screen. And yes, Windows Hello works fine on a local account; a Microsoft account is not required for fingerprint or PIN login.
The reader exists but the option is missing
This is Jake's ThinkPad scenario: Method 2 or 4 proves the hardware exists, Method 1 shows nothing. Work through these in order — they are sorted by how often each one is the culprit.
1. Reinstall the driver — fixes most cases
In Device Manager, right-click the biometric entry (or the yellow-triangled "Unknown device") and choose Uninstall device, tick "delete the driver" if offered, then restart. Windows reinstalls a fresh copy on boot. If the device doesn't come back or comes back broken, get the driver from Method 6's manufacturer app or the maker's support page — not from a third-party "driver updater" site. Those bundle adware at best, and a sensor that handles your biometrics is the last place to install software from a site you've never heard of.
2. Check the Windows Biometric Service
Windows runs a background service called Windows Biometric Service that brokers all fingerprint traffic. If it is stopped, the Settings option vanishes even with perfect hardware. Press Win + R, type services.msc, press Enter, find Windows Biometric Service, double-click it, set Startup type to Automatic, and click Start if it is stopped.
3. Check whether biometrics were switched off by policy
Companies sometimes disable biometrics on work machines, and "optimizer" scripts people run from YouTube tutorials do it by accident. On Pro, Enterprise or Education editions: press Win + R, run gpedit.msc (the Group Policy Editor, a control panel for hundreds of Windows behaviour switches), and go to Computer Configuration → Administrative Templates → Windows Components → Biometrics. Make sure Allow the use of biometrics is Not Configured or Enabled.
Windows Home has no Group Policy Editor — the equivalent lives in the registry. Run regedit, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Biometrics, and if a value named Enabled exists and is set to 0, change it to 1 and restart. If the Biometrics key doesn't exist at all, nothing is blocking you — move on.
4. "We couldn't find a fingerprint scanner compatible with Windows Hello"
This exact message means Windows sees your sensor but the sensor cannot meet Hello's security requirements. On a pre-2015 machine with a swipe strip, this is usually terminal: those sensors were built for the manufacturer's own login software, which no longer exists, and no driver will make them Hello-compatible. This is the limit worth naming plainly — if you have an old swipe sensor, you are not getting Windows Hello fingerprint login on it, and the popular advice to "just update your drivers" wastes an afternoon proving it. A ₹1,500–3,000 USB reader (next section) or a PIN is the honest answer.
On a modern laptop, the same message after a Windows update usually means the driver needs the Method 1 uninstall-restart cycle, or the manufacturer has a newer driver for what Microsoft calls Enhanced Sign-in Security — a stricter mode on recent laptops where the sensor talks to a protected part of the system, and generic drivers are refused. Get the OEM driver, not the generic one.
5. It broke after a Windows update
Updates occasionally replace a working OEM sensor driver with a generic one. Device Manager → double-click the sensor → Driver tab → Roll Back Driver if it is clickable; otherwise reinstall from the manufacturer app. While you are dealing with update side-effects: if your PC has also started switching itself on at odd hours, that is a different update-related gremlin with its own fix — see how to find the process that wakes your PC automatically.
⚠️ What this actually breaks
Do not "fix" a missing fingerprint option by disabling Windows Hello security features you found in a forum post — some guides tell you to turn off the PIN requirement or Enhanced Sign-in Security in the registry. Those settings are the fence around your biometric data. If the sensor only works with security switched off, the correct fix is the manufacturer's driver, not a hole in the fence.
No reader at all — your real options
Every method says no. Now what? Three honest options, in the order Ethan recommends them.
Option 1: use a PIN and stop worrying. A Hello PIN is not the weak cousin of fingerprint login — it is the same security architecture. The PIN only works on that physical machine, it is never sent over the internet, and it unlocks the same protected store. If your goal was "stop typing my long password", a PIN gets you 95% of the benefit for free. This is the right answer for most people.
Option 2: a USB fingerprint reader, the only route for desktops. They are small dongles — Kensington's VeriMark line is the best-known — and cost roughly ₹1,500–4,000. One buying rule matters more than brand: the listing must explicitly say "designed for Windows Hello". Plenty of cheap fingerprint dongles are built for their own bundled software and will never appear in Windows Hello settings. Jake keeps exactly one model in stock now, after learning that lesson with a customer return.
Option 3: face recognition, if your machine has an infrared (IR) camera — check for Facial recognition (Windows Hello) on the same Sign-in options page. Note it needs a special IR camera, not just any webcam; ordinary webcams don't qualify because a photo of you could fool them.
What Ethan tells Jake not to sell: a USB reader for a laptop that already has a PIN and lives at home. Biometrics earn their keep on machines that get unlocked in public many times a day, where shoulder-surfing a PIN is a real risk. For a desktop in a bedroom, it is a gadget, not security.
Is fingerprint login actually safe?
🙋♂️ Jake's Reality Check
"If someone steals my laptop, do they have my fingerprint? Can they pull it off the sensor and use it somewhere?"
No. Windows never stores a picture of your fingerprint. At enrolment the sensor converts your print into a mathematical template — a list of numbers describing ridge patterns — and that template is encrypted and locked inside the TPM, the tamper-resistant security chip Windows 11 requires. The template never leaves your machine, is never synced to your Microsoft account, and cannot be run backwards into an image of your finger. A thief with your laptop has a locked template they cannot read, tied to hardware they cannot extract it from.
The genuinely useful security detail is the one nobody mentions: remove your fingerprint data before selling or giving away a machine. Settings → Accounts → Sign-in options → Fingerprint recognition → Remove. A full Windows reset also wipes it, so if you reset the PC for sale — which you should — the biometric data goes with it. What you should never do is hand over a machine with your account and enrolled finger still active, which is precisely what one of Jake's trade-in customers tried to do last week.
And the limit, stated plainly: fingerprint login protects the sign-in. It does not encrypt your files by itself. A stolen drive can be read in another PC unless the disk is encrypted — BitLocker on Pro, Device Encryption on Home (on by default on new Windows 11 installs since 24H2, with the recovery key saved to your Microsoft account at aka.ms/myrecoverykey). If theft is the threat you actually care about, disk encryption matters more than the sensor does.
Still on Windows 10? Read this first
Everything above works on Windows 10 today. But Windows 10 support ended on 14 October 2025, and a machine without security updates is a strange place to be carefully setting up biometric security — the front door gets a better lock while the walls stop being repaired. If your hardware can run Windows 11, upgrade. If it can't, enrol in Microsoft's Extended Security Updates from Settings → Windows Update → "Enroll now" — it is free if you sync settings with Windows Backup, and Microsoft has extended consumer coverage to October 2027. And if the machine is old enough that it is also crawling, our guide to speeding up a Windows 10 system buys some time while you decide.
What the 2015 version of this post got wrong
This article has lived here since August 2015, weeks after Windows 10 launched, and the original made two claims we now know are wrong. First, it said that if the fingerprint option is absent from Settings, "your device might not be equipped with a fingerprint reader" — and left it there. As Jake's ₹2,000 discount shows, a missing driver produces exactly the same absence; Settings alone can't tell you the hardware isn't there. Second, it never mentioned that a PIN must exist before Windows will enrol a fingerprint, which is the single most common reason setup appears to fail. Both are corrected above. The original's Device Manager method was sound, and it survives here as Method 2.
🔬 How this was tested
Checked against live machines on 1 August 2026, not copied from documentation:
- Windows 11 25H2, build 26200.8875 — ThinkPad with a Synaptics palm-rest sensor: all six methods, plus the driver uninstall/reinstall cycle
- Windows 11 25H2 — desktop with no sensor: confirmed Settings hides the fingerprint block entirely and
Get-PnpDevice -Class Biometricreturns the no-devices error - Windows 10 22H2, build 19045 (ESU-enrolled) — confirmed the older Sign-in options layout and identical enrolment flow
- The case that failed: a 2014 laptop with a Validity swipe strip — visible in Device Manager, permanently rejected by Windows Hello, exactly as described in the troubleshooting section
Frequently asked questions
How do I know if my laptop has a fingerprint reader?
Open Settings → Accounts → Sign-in options and look for Fingerprint recognition (Windows Hello). If it offers Set up, you have one. If not, check Device Manager for a Biometric devices category — a sensor with a broken driver appears there but not in Settings.
Why is Windows Hello Fingerprint not showing in Settings?
Either no sensor is detected, its driver is broken, the Windows Biometric Service is stopped, or a policy disabled biometrics. Work through the troubleshooting section above in that order — a driver reinstall from the manufacturer fixes the majority of cases.
Do I need a PIN to use fingerprint login?
Yes. Windows requires a Hello PIN before it will enrol any fingerprint, because the PIN is your fallback when the sensor misreads. This is by design and cannot be skipped.
Can I add a fingerprint reader to a desktop PC?
Yes, with a USB fingerprint reader. Buy one whose listing explicitly says "designed for Windows Hello" — cheap dongles built for their own bundled software never appear in Windows Hello settings.
Where is the fingerprint sensor located on a laptop?
Most commonly in the power button on recent machines, on the palm rest right of the touchpad, or in a corner of the touchpad itself. On pre-2015 laptops, look for a narrow metallic swipe strip near the mouse buttons.
Why does Windows say it couldn't find a scanner compatible with Windows Hello?
Your sensor exists but can't meet Hello's security requirements. On pre-2015 swipe sensors this is permanent. On modern laptops it usually means the wrong driver is loaded — install the manufacturer's own driver, not a generic one.
Is fingerprint login safer than a password?
For sign-in, yes. It can't be phished, guessed, or shoulder-surfed, and it never travels over the internet. Its fallback PIN is machine-specific, so neither secret is reusable anywhere else the way a stolen password is.
Does Windows store an image of my fingerprint?
No. It stores an encrypted mathematical template of ridge patterns, locked in the TPM security chip on your machine. It is never synced to your Microsoft account and cannot be converted back into a fingerprint image.
Can I use fingerprint login with a local account?
Yes. Windows Hello fingerprint and PIN both work on local accounts as well as Microsoft accounts. No internet connection is needed to sign in either way.
How many fingerprints can I register in Windows 11?
Up to ten per account. Register at least two fingers, ideally on different hands, so a cut or bandage on one finger doesn't lock you out of the convenience.
Can two people use fingerprint login on the same PC?
Yes. Each Windows user account enrols its own fingerprints. At the sign-in screen the sensor recognises whose finger touched it and signs in the matching account.
Why did my fingerprint stop working after a Windows update?
The update likely replaced the manufacturer's sensor driver with a generic one. Open Device Manager, double-click the sensor, and use Roll Back Driver — or reinstall the driver from your manufacturer's support app.
How do I remove my fingerprint data before selling my laptop?
Settings → Accounts → Sign-in options → Fingerprint recognition → Remove. A full Windows reset also erases all biometric data, and you should do that reset before any sale anyway.
Does fingerprint login still work on Windows 10 after end of support?
Yes, it keeps working. But Windows 10 stopped getting free security updates in October 2025, so either upgrade to Windows 11 or enrol in Extended Security Updates, which now covers enrolled devices to October 2027.
Worth checking next
- Check whether your PC has Bluetooth
The same Device Manager technique, applied to the other thing laptops hide. - Find the process that wakes your PC up automatically
Another "what is my hardware doing" diagnosis — this one for a PC that switches itself on at night. - Check your hardware against a game's system requirements
The spec-sheet method from this post, pointed at gaming instead of biometrics.
Revision note. Originally published 23 August 2015, weeks after Windows 10 launched. Rewritten and re-tested 1 August 2026 on Windows 11 25H2 and Windows 10 22H2. Two corrections to the original: a missing fingerprint option in Settings does not prove there is no sensor (a missing driver hides it identically), and fingerprint enrolment requires a Windows Hello PIN first — the original mentioned neither.