How to reduce DPI on the Xiaomi mouse: 5 working methods for all models

Mouse sensitivity is a key parameter that determines cursor accuracy and computer comfort. Too high a DPI (dots per inch) on Xiaomi devices can lead to pointer tugging, random clicks or discomfort in games that require jewelry accuracy. In this article, we will discuss how to properly reduce the DPI on the brandโ€™s mice โ€“ from the budget Xiaomi Mi Gaming Mouse to the flagship Xiaomi Mi Dual Mode Wireless Mouse Silent Edition.

It's important to understand that DPI and sensitivity are different concepts. The first depends on the hardware capabilities of the mouse sensor, the second is configured in the OS. We'll look at both approaches, including hidden features of the Mi Gaming Center proprietary software that are not written about in the official instructions, and you'll learn why on some Xiaomi models you can't change the DPI below the factory minimum and how to get around this limitation.

What is DPI and why should it be reduced?

The term DPI (dots per inch) defines how far the cursor will move when the mouse moves 1 inch (2.54 cm). For example, at 800 DPI, the pointer will pass 800 pixels on the screen, and at 1600 DPI - already 1600. High values are convenient for gamers who move the cursor quickly over a large monitor, but for office work or graphics editors, it is often required to reduce the DPI to 400-800 units.

Signs that the sensitivity is too high:

  • ๐Ÿ–ฑ๏ธ The cursor "runs away" at the slightest movement of the hand
  • ๐ŸŽฏ It is difficult to point to small items (such as buttons in Photoshop)
  • ๐ŸŽฎ It is difficult to aim in games (especially in type shooters). CS2 Valorant)
  • ๐Ÿ“„ When working with text, random selection or scrolling of the page often occurs.

Xiaomiโ€™s mouse settings are often oversized, such as the Xiaomi Mi Gaming Mouse Lite, which defaults to 1,000 DPIs, although 600-800 DPIs are enough for most tasks. Fortunately, almost all models of the brand support adjustment โ€“ either hardware (buttons on the body) or software.

๐Ÿ“Š What kind of Xiaomi mouse are you using?
Xiaomi Mi Gaming Mouse
Xiaomi Mi Dual Mode Wireless
Xiaomi Mi Portable Mouse
Another model
I don't know.

Method 1: Change the DPI buttons on the mouse body

Most Xiaomi gamers have a physical button to switch DPI modes. It is usually located under the wheel or on the side and signed with the icon "DPI".

  1. Connect your mouse to your computer (via wire or Bluetooth).
  2. Find the DPI switch button (on the Xiaomi Mi Gaming Mouse it is under the wheel, on the Mi Dual Mode Wireless โ€“ on the bottom panel).
  3. Press the button once. Some models will display the current mode indicator (e.g. red = 1000 DPI, blue = 1600 DPI).
  4. Repeat the press until you select the desired value. Usually 3-4 preset levels are available.

If the indicator is missing, check the current DPI in Windows or macOS settings (more on this below). On budget models like Xiaomi Mi Portable Mouse, hardware switching may not be available, in which case use software methods.

Which Xiaomi models support hardware DPI switching?
List of mice with physical DPI button: - Xiaomi Mi Gaming Mouse (all versions) - Xiaomi Mi Gaming Mouse Lite - Xiaomi Mi Dual Mode Wireless Mouse Silent Edition - Xiaomi Mi Bluetooth Mouse 2 On models without a button (for example, Xiaomi Mi Portable Mouse) change DPI is possible only through the software or OS settings.

โš ๏ธ Note: Some Xiaomi mouse buttons DPI locked before installing the proprietary Mi Gaming Center software. If the pressing does not work, install the utility first (see Method 3).

Method 2: Sensitivity settings in Windows

If hardware DPI reduction is not available or not enough, you can adjust the pointer sensitivity in Windows settings. This won't change the real DPI of the sensor, but will make the cursor less "sharp." Instructions for Windows 10/11:

  1. Open the settings โ†’ Devices โ†’ Mouse.
  2. In the section "Additional Mouse settings" click the link on the right.
  3. Go to the tab "Settings of the pointer".
  4. Move the slider "Set the speed of movement of the pointer" to the left (for example, 3-5 divisions out of 11).
  5. Remove the tick from the item "Improving the accuracy of the pointer installation" - this will turn off the acceleration of the cursor.
  6. Click "Apply" and check for changes.

For fine-tuning, you can use the registry editor:

1. Press Win + R, enter regedit and confirm.


2.Cross the path:


   HKEY_CURRENT_USER\Control Panel\Mouse


3. Change the parameters:




MouseSensitivity (value 1 to 20, where 10 is the mean)




MouseSpeed (0 = minimum speed, 2 = maximum)




4. Restart the computer.

These settings affect all the connected mice, so after switching off the device Xiaomi will have to return the settings back.

Make sure that the pointer acceleration is disabled|Speed slider moved to left|MouseSensitivity and MouseSpeed Registry settings adjusted|Mouse is plugged into USB 2.0 (not 3.0) for stability-->

Method 3: Use of Mi Gaming Center proprietary software

For full customization of DPI on the mouse Xiaomi is recommended to install the official utility Mi Gaming Center.

  • ๐Ÿ”ง Change. DPI in increments of 100 units (from 200 to 12000 depending on the model)
  • ๐ŸŽจ Set up lighting and assigning buttons
  • ๐Ÿ“Š Create profiles for different tasks (games, work, design)
  • ๐Ÿ”„ Update the mouse firmware

You can download Mi Gaming Center from the official Xiaomi website (select the "Gaming" section.

  1. Connect the mouse to the PC.
  2. Start Mi Gaming Center (Administrator Rights Required)
  3. Select your mouse from the list of devices.
  4. Go to the "DPI Settings" tab.
  5. Move the slider to the left or enter the value manually (e.g. 400 DPI).
  6. Click "Apply" and save your profile.

On mice with the PixArt PMW3327 optical sensor (installed in the Xiaomi Mi Gaming Mouse Lite), the minimum DPI in the software is limited to 400 units.

Mouse model.Minimum DPI at Mi Gaming CenterMaximum DPIDoes it support firmware?
Xiaomi Mi Gaming Mouse2007200Yes.
Xiaomi Mi Gaming Mouse Lite4003200Yes.
Xiaomi Mi Dual Mode Wireless4001600No.
Xiaomi Mi Portable Mouse8001200No.

โš ๏ธ Note: After updating the Mi Gaming Center to version 2.5.3+ Some mice reset user profiles. Before updating, export the settings through the File menu โ†’ Export Profile.

Method 4: Setup DPI on macOS

On MacBook or iMac computers, the DPI change of the Xiaomi mouse is done through system settings:

  1. Connect your mouse via Bluetooth or USB.
  2. Open System settings โ†’ Mouse.
  3. Move the Tracking Speed slider to the left (to the middle or below).
  4. Turn off the option โ€œScroll: Natural Directionโ€ if the cursor is moving unintuitively.

To fine-tune the settings, use the terminal. Open Terminal.app and type:

View the current speed (default value: 3)


defaults read -g com.apple.mouse.scaling




Speed setting (range: 0.5-3, where 0.5 is the minimum)



defaults write -g com.apple.mouse.scaling -float 1.0

After applying the commands, restart your computer. On macOS Ventura and later, you may need to reset the settings cache:

sudo killall cfprefsd

๐Ÿ’ก

If Xiaomi mouse is connected to Mac via Bluetooth 4.0 adapter, try using the original USB-receiver (if included) โ€“ this will reduce delays and improve tracking accuracy.

Method 5: Mouse firmware to lower DPI below factory minimum

If you want a value below 400 DPI (for example, for AutoCAD or professional graphics), and the mouse does not support such settings hardware, you can reflash the controller. This method is only suitable for advanced users and models based on PixArt or Avago chips.

Procedure:

  1. Download X-Mouse Button Control (for Windows) or Solaar (for macOS/Linux).
  2. Connect the mouse and identify it. VID/PID via device manager.
  3. Find custom firmware for your model (for example, on the Overclockers forum or GitHub). Xiaomi Mi Gaming Mouse Lite will fit firmware from the Delux M625 (on the same PMW3327 sensor).
  4. Use the Flash Tool (such as QMK Toolbox) to write new firmware.

Risks of firmware:

  • ๐Ÿšจ Loss of guarantee
  • ๐Ÿ”Œ Possible mouse failure in case of recording error
  • ๐Ÿ”„ The need for manual return to factory settings
Where to look for firmware for Xiaomi?
Recommended sources: 1. GitHub Repository (see "Xiaomi mouse firmware") 2. Overclockers Forum (Peripheral section) 3. Xiaomi Devices Modding Telegram chat (@xiaomimod) Pay attention to sensor compatibility! PMW3360 firmware is not suitable for PMW3327.

โš ๏ธ Note: Firmware of mice with Bluetooth module (for example, Mi Dual Mode Wireless) can disrupt wireless connection. Before the procedure, check whether custom firmware supports both modes (wireless / wireless).

Additional tips for setting up the Xiaomi mouse

In addition to DPI, other parameters affect the accuracy of the mouse:

  • ๐Ÿ–ผ๏ธ Screen resolution: On monitors with 4K even 800 DPI It may not seem good enough. Use the formula: Optimal. DPI = (horizontalization / 2) รท 10 Example for Full HD (1920px): 1920/2/10 = 96 DPI (round-up 400โ€“600)
  • ๐ŸŽš๏ธ Polling Rate: At Mi Gaming Center, set 500 Hz or 1000 Hz to reduce latency (but this will increase the load on the game). USB-port).
  • ๐Ÿงน Sensor cleanliness: Dust on optical sensor distorts tracking. wipe the lens with a soft wipe once a month.
  • ๐Ÿ”‹ Power mode: On wireless models, activate "Game mode" in the Mi Gaming Center for stable DPI (power-saving).

If after all the settings the cursor still behaves unpredictable, check:

  • ๐Ÿ”Œ Is the mouse connected to USB 2.0 (some models are in conflict with the USB 3.0).
  • ๐Ÿ›ก๏ธ Are there any other wireless devices (keyboards, headphones).
  • ๐Ÿ–ฅ๏ธ Are the motherboard chipset drivers updated (especially for the AMD or Intel chips).

๐Ÿ’ก

For maximum accuracy, disable the โ€œImproving Pointer Installation Accuracyโ€ function in Windows โ€“ it adds artificial acceleration that interferes with low DPI.

FAQ: Frequent questions about setting up DPI on Xiaomi mice

Can you reduce the DPI on the Xiaomi Mi Portable Mouse?
In this model, hardware change DPI The minimum value is not available in the Mi Gaming Center โ€” 800 DPI. To reduce sensitivity, use settings. Windows/macOS (Method 2 or 4) Or buy a mouse with adjustable DPI (Xiaomi Mi Gaming Mouse Lite).
After the Mi Gaming Center update, the DPI settings reset. How to return?
In the folder C:\Users\Your name\AppData\Roaming\MiGameCenter\Profiles, find the backup file with the extension.mgp. Launch Mi Gaming Center, go to File โ†’ Import Profile and select the saved profile. If there is no backup, set up the DPI again.
Xiaomi's mouse is not defined in the Mi Gaming Center.
Try: Connect your mouse to another USB-port (preferably) USB Run Mi Gaming Center on behalf of the administrator. Install the driver manually through Device Manager (download it from Xiaomi website). Disable the antivirus (sometimes it blocks access to the device). USB-If the mouse is wireless, first connect it to the initialization cable.
How to check the real DPI mouse Xiaomi?
Use online services like DPI Analyser: Measure the distance (e.g. 10 cm) and move the mouse over a ruler. Enter the actual distance and number of pixels the cursor has moved to the calculator. The service will show the current DPI with an error of ยฑ5%. Repeat the test 3 times to average the result.
Can I adjust a different DPI for horizontal and vertical movement?
Yes, but only through third-party utilities like X-Mouse Button Control: Install the program and add the Xiaomi mouse to the list of devices. Go to the "Settings" tab. Activate the option "Separate X/Y Sensitivity." Set different values for the axles (e.g., X=800 DPI, Y=600 DPI), a feature useful for designers who work with wide monitors.