How to Install Custom Cursors on Windows 11 (and Windows 10)

A step-by-step walkthrough for installing .cur and .ani cursor packs on Windows, plus how to fix the most common DPI scaling issues. · 7 min read

Windows 11 (and Windows 10 before it) has supported custom cursor schemes since the late 1990s. The mechanism has not really changed, which is good news: any pack you download from CursorCraft will install the same way, and you can switch between schemes in seconds without restarting.

Step 1 — Unzip the pack

Right-click the downloaded .zip and choose Extract All…. Pick a permanent location — the system loads cursors from disk every time you boot, so do not extract into a temp folder you will later delete. C:\Users\<you>\Cursors\<PackName>\ is a good default.

Step 2 — Install the scheme

Open the extracted folder. You should see twelve .cur and .ani files plus a small install.inf. Right-click install.inf and choose Install. Windows will silently register the scheme; you will not see a confirmation dialog.

Step 3 — Activate the scheme

Open Settings → Bluetooth & devices → Mouse → Additional mouse settings. The classic Mouse Properties window opens. Switch to the Pointers tab and pick the new scheme from the dropdown. Click Apply, then OK. Your cursor changes immediately — no reboot required.

Common issue: cursors look fuzzy on a 4K display

Windows scales 32×32 cursors up using bicubic interpolation by default, which destroys the pixel-art look. Every CursorCraft pack ships 32, 48, and 64-pixel variants. If yours looks fuzzy, open the scheme in Mouse Properties, click each cursor entry, and use Browse… to pick the 64×64 version explicitly. Save the scheme under a new name when prompted.

Common issue: animations skip frames

If the busy or working cursor looks janky, the issue is almost always a third-party tool (a screen recorder, a remote desktop client, or an aggressive battery saver) capping your effective frame rate. Disable those temporarily to confirm. Animation timing in .ani files is encoded in 1/60s units; Windows itself plays them at the intended cadence.

Reverting

To go back, return to Mouse Properties → Pointers and pick Windows Default. To remove the scheme entirely, delete the extracted folder and use the same dropdown’s Delete button to clear the saved scheme entry.

Related

If you stream, also read the cursor tips for streamers — picking a high-contrast pack matters more on a 1080p capture than it does on your own desk. If you want to design your own pack, the beginner pixel-cursor tutorial walks through it in five passes.

More guides