Ghost ModeGhost Mode
·9 min read

What Is a Mouse Jiggler? How They Work and What They Are For

A mouse jiggler is a device or program that moves your mouse cursor automatically at regular intervals, so your computer never sees a long enough gap in input to consider you idle. That is the whole idea in one sentence.

The term covers two very different things, and buying guides tend to blur them together. One is a physical object you plug in or set your mouse on. The other is software running on your machine. They behave differently, they fail differently, and they suit different situations.

Mouse jiggler, mouse mover, and mouse wiggler all refer to the same category. There is no meaningful difference between the terms.

What does a mouse jiggler do?

It produces input events on a schedule. Your operating system, and any software watching for activity, sees those events and concludes the machine is in use.

That single behaviour is enough to prevent several things at once: the screen dimming or locking, a screensaver starting, the machine sleeping, a chat app switching your status to away, and a time tracker logging idle time.

What it does not do is anything about content. A jiggler does not open applications, type text, click buttons, or change what appears on screen. It moves a cursor and stops there.

The two types of mouse jiggler

Everything sold under this name falls into one of two categories, and the distinction is worth understanding before you buy anything.

Hardware jigglerSoftware jiggler
What it isA physical device or platformA program on your machine
Where input originatesOutside the computerInside the operating system
Needs install permissionNoYes, usually
Visible in a process listNoYes
Typical cost$10 to $40 one timeFree to a few dollars a month
Movement patternFixed and repetitiveDepends entirely on the software
Works while screen is lockedOften yesUsually no
The two categories solve the same problem from opposite sides of the machine.

How does a hardware mouse jiggler work?

There are two hardware designs, and they work quite differently despite being sold side by side.

Mechanical platforms

You set your actual mouse on a small motorised pad. The pad moves in a slow circle or back and forth, physically dragging the mouse a few millimetres, and your real mouse reports that movement to the computer exactly as it would if your hand had moved it.

Because the input comes from your genuine mouse, nothing on the computer can tell the difference at the device level. The trade-off is that the motion is mechanical and repetitive, and the device occupies desk space with a visibly moving part on it.

USB devices that emulate a mouse

These plug into a USB port and identify themselves to the computer as a human interface device, the same class as a real mouse. They then send small movement events on a timer. No software is installed and no admin rights are needed.

The catch is that the computer can see the device. A USB device presents a vendor ID and product ID when it connects, and managed corporate machines commonly log every device that has ever been plugged in. That log is the most common way these get noticed.

How does a software mouse jiggler work?

Software jigglers call an operating system function that moves the cursor, or inject a synthetic input event, on a timer. On Windows that is typically a Win32 input API, and on macOS an equivalent event-posting call.

The simplest ones move the cursor one pixel right and one pixel left every few seconds. That is enough to reset an idle timer, and it is also completely regular, which is the main weakness of the naive approach.

More capable software varies the movement: different distances, curved paths rather than straight lines, irregular intervals, occasional pauses, sometimes window focus changes and keystroke timing alongside the cursor. The difference between the two ends of that spectrum is significant enough that we wrote a separate piece on it, mouse jiggler vs activity simulator.

What is jiggler mode on a mouse?

Some gaming and programmable mice ship with a built-in feature, often called jiggler mode or an anti-idle macro, that makes the mouse send small movements on its own without any external device.

It is usually configured in the manufacturer's software and stored in the mouse's onboard memory, which means it can keep working after the configuration software is closed. Functionally it is the same thing as a USB jiggler, built into hardware you already own.

What are mouse jigglers used for?

The obvious answer is avoiding an away status, but the real uses are broader than that, and several have nothing to do with monitoring at all.

  1. 1Keeping a status green in a chat app during meetings, reading, or focused work away from the keyboard.
  2. 2Preventing a screen lock during a presentation, a demo, or while reading a long document on screen.
  3. 3Stopping a machine from sleeping during a long unattended process such as a render, backup, upload, or software install.
  4. 4Keeping a remote desktop or VPN session alive when the connection drops after a period of inactivity.
  5. 5Preventing a time tracker from logging idle time during work that genuinely involves little input, which is the case that brings most people here.
  6. 6Keeping a monitoring or dashboard display awake in an office or control room.

That mix is why the category is not straightforwardly a cheating tool. Items three, four, and six are ordinary IT problems, and item two is a presentation problem. Only item five touches monitoring at all.

Do mouse jigglers actually work?

For the simple goals, yes, reliably. Preventing sleep, keeping a screen awake, and holding a chat status green are all straightforward, because those systems check only whether input happened recently.

For time trackers that measure activity percentage, a basic jiggler works but produces a pattern that stands out. A cursor moving the same distance every four seconds for eight hours generates a flat, unvarying activity line, and a flat line across a full day is the signature reviewers notice.

For screenshots, they do nothing at all. A screenshot captures what is on your screen, and no amount of cursor movement changes that. This is worth being blunt about because it is frequently misrepresented.

Can mouse jigglers be detected?

Sometimes, and how depends entirely on which type you use. Hardware devices are found through USB device logs. Software is found through process lists or endpoint management tools. Both types can be inferred from the movement pattern itself if it is too regular.

None of these are automatic. There is no standard feature in mainstream time trackers that announces a jiggler. Detection happens when someone with access to a managed machine goes looking. The full breakdown of each detection method is in can mouse jigglers be detected.

Are mouse jigglers allowed?

They are legal to buy and own everywhere they are sold. That is a different question from whether your workplace permits them, which is a policy matter rather than a legal one.

Some employers have explicit policies. Many have none, because the question predates their handbook. Where the honest line sits is fairly intuitive: using one to hold a status green while you genuinely work is different from using one to bill hours you did not work, and most people can tell which side of that line they are on.

Installing software on a company-managed machine may also breach an IT policy independently of what the software does, which is worth checking before you install anything.

Choosing between the options

Your situationBest fit
Locked-down machine, no install rightsHardware jiggler
Just need to prevent sleep or a screensaverBuilt-in OS settings, or a free tool
Long unattended process overnightAny jiggler, or adjust power settings
Time tracker measuring activity percentageSoftware that varies its pattern
Worried about a flat, obvious activity lineSoftware that varies its pattern
Concerned about screenshotsNeither. This is a policy conversation
Match the tool to the actual problem, which is often simpler than a jiggler.

A practical comparison of specific tools, with prices, is in best mouse movers in 2026, and a direct feature comparison is on our compare page.

Where Ghost Mode fits

Ghost Mode sits at the varied-software end of the spectrum. Rather than repeating one movement, it generates curved cursor paths, irregular timing, window focus changes, and keystroke timing, so the resulting activity pattern varies the way a working person's does.

It runs locally on Windows with no cloud component. It affects the input signal only, so it changes activity percentage and idle detection, and it does not change screenshots, app logs, or URL logs. Setup and compatibility are covered in the FAQ, and plans are on the pricing page.

What is a mouse jiggler?+

A device or program that moves your mouse cursor automatically at intervals so your computer never registers as idle. It prevents screen locks, sleep, away statuses, and idle time in trackers.

How does a mouse jiggler work?+

Hardware versions either physically move your real mouse on a motorised pad, or plug into USB and identify themselves as a mouse while sending movement events. Software versions call an operating system function that moves the cursor on a timer.

What is a mouse jiggler used for?+

Keeping a chat status green, preventing screen locks during presentations, stopping sleep during long unattended tasks, holding remote sessions open, and preventing time trackers from logging idle time during input-light work.

What is jiggler mode on a mouse?+

A built-in anti-idle feature on some gaming and programmable mice that sends small movements automatically. It is configured in the manufacturer's software and stored in the mouse itself, so it works without any external device.

Do mouse jigglers actually work?+

For preventing sleep, screen locks, and away statuses, yes, reliably. For time trackers, a basic jiggler works but produces a flat activity pattern that stands out. For screenshots they do nothing at all.

Can a mouse jiggler be detected?+

Sometimes. Hardware devices appear in USB connection logs on managed machines, software appears in process lists, and both can be inferred from an unnaturally regular movement pattern. None of these happen automatically.

Is a mouse jiggler illegal?+

No. They are legal to buy and own. Whether your workplace permits one is a separate question of company policy, and installing software on a managed machine may breach IT policy regardless of what it does.

What is the difference between a mouse jiggler and a mouse mover?+

Nothing. Mouse jiggler, mouse mover, and mouse wiggler are interchangeable names for the same category of tool.

Keep your activity level accurate

Ghost Mode simulates natural mouse and keyboard activity so genuine work time isn't misread as idle.