.sys

What is a .sys file?

SYS is a Windows kernel-mode driver file — low-level software that controls hardware and core system functions.

Use caution
Type System
By Microsoft
MIME application/octet-stream

Drop any file to identify it

No upload. No signup. No sending your file halfway across the internet.
We tell you what it is, right here in your browser.

What is it

SYS files are Windows kernel-mode drivers — code that runs with the highest privileges the operating system offers. They control hardware (graphics cards, network adapters, storage controllers), implement file systems, provide antivirus hooks, and manage core system functions. A buggy SYS file doesn't crash an application — it crashes the entire system (blue screen of death).

You'll find SYS files in `C:\Windows\System32\drivers\`. They're loaded at boot or when their hardware is detected. Windows Driver Model (WDM) and the newer Windows Driver Framework (WDF) govern how they interact with the kernel. Regular users should never need to modify or delete SYS files manually.

SYS files are a common malware vector because kernel-mode access bypasses most security controls. A malicious driver can hide processes, intercept network traffic, and survive reboots. Windows 10/11 requires driver signing (Microsoft-approved signature) to load kernel drivers, but some malware exploits vulnerable signed drivers to bypass this protection.

Technical details
Full Name
Windows System Driver
MIME Type
application/octet-stream
Developer
Microsoft
Magic Bytes
4D 5A
Safety
.sys requires caution. Kernel-mode driver with full system access. SYS files from untrusted sources can compromise your entire system.
What opens it
IDA Pro
PAID Windows / Mac / Linux
Ghidra
FREE Windows / Mac / Linux
FAQ
Can I delete SYS files?
Never delete SYS files from System32\drivers unless you're certain they're malicious. Removing a required driver can prevent Windows from booting. Use Device Manager to disable or uninstall drivers properly.
Are SYS files dangerous?
Legitimate SYS files from hardware manufacturers are safe. Malicious SYS files are extremely dangerous — they run with kernel privileges. Windows requires driver signing to prevent unauthorized drivers from loading.
Related formats