Version 1.0 Available Now

Take Control of Your
Microphone Volume

A lightweight, zero-CPU Windows service that permanently locks your default microphone volume. No matter what apps or games try to change it — it snaps back instantly.

Why use MICFix?

Built completely from the ground up for Windows with performance in mind.

Volume Lock

Enforces your desired mic volume. If a game, app, or system update tries to change it, MICFix instantly reverts the change.

0% CPU Usage

Fully event-driven architecture using Win32 and COM events. No polling loops, no timers. It literally sleeps until an event fires.

Invisible Service

Runs as a native DLL payload through Windows svchost.exe. There are no annoying .exe files lingering in your Task Manager.

Live Configuration

Edit your volume.json file to adjust the volume percentage. The service updates instantly in real-time without needing a restart.

Installation & Usage

Getting started is incredibly simple.

1

Download & Extract

Download the latest release zip from the button above. Extract the contents (MICFixService.dll and MICFixInstall.exe) into a single folder.

2

Install

Right-click on MICFixInstall.exe and select "Run as Administrator". You only need to do this once. The service will automatically start with Windows forever.

3

Configure

Navigate to your Documents folder and find the newly created MICFix\volume.json. Edit this file to change your desired volume level (0-100).

{
  "volume": 85
}

Want to remove it?

Run MICFixUninstall.exe as Administrator. It will cleanly stop the service, unregister the DLL, and remove all registry entries, leaving no traces behind.