<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://munkjensen.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Logitech_MX_Master_DPI_settings</id>
	<title>Logitech MX Master DPI settings - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://munkjensen.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Logitech_MX_Master_DPI_settings"/>
	<link rel="alternate" type="text/html" href="https://munkjensen.net/wiki/index.php?title=Logitech_MX_Master_DPI_settings&amp;action=history"/>
	<updated>2026-05-07T04:01:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://munkjensen.net/wiki/index.php?title=Logitech_MX_Master_DPI_settings&amp;diff=1900&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;&#039;&#039;&lt;big&gt;The following is my local copy of [https://www.reddit.com/r/LogitechG/comments/joshln/mx_master_3_how_to_change_dpi/glwf7by/?utm_source=reddit&amp;utm_medium=web2x&amp;context=3 210000Mnn-2&#039;s answer] on how to change DPI on an Mx master 3:&lt;/big&gt;&#039;&#039;   I had a similar problem since I wanted to know the currently set DPI value which is not available in Logitech Options, unfortunately.  Luckily, I noticed the option to backup the settings into the cloud which implies that the...&quot;</title>
		<link rel="alternate" type="text/html" href="https://munkjensen.net/wiki/index.php?title=Logitech_MX_Master_DPI_settings&amp;diff=1900&amp;oldid=prev"/>
		<updated>2022-06-17T13:30:09Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;lt;big&amp;gt;The following is my local copy of [https://www.reddit.com/r/LogitechG/comments/joshln/mx_master_3_how_to_change_dpi/glwf7by/?utm_source=reddit&amp;amp;utm_medium=web2x&amp;amp;context=3 210000Mnn-2&amp;#039;s answer] on how to change DPI on an Mx master 3:&amp;lt;/big&amp;gt;&amp;#039;&amp;#039;   I had a similar problem since I wanted to know the currently set DPI value which is not available in Logitech Options, unfortunately.  Luckily, I noticed the option to backup the settings into the cloud which implies that the...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;lt;big&amp;gt;The following is my local copy of [https://www.reddit.com/r/LogitechG/comments/joshln/mx_master_3_how_to_change_dpi/glwf7by/?utm_source=reddit&amp;amp;utm_medium=web2x&amp;amp;context=3 210000Mnn-2&amp;#039;s answer] on how to change DPI on an Mx master 3:&amp;lt;/big&amp;gt;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I had a similar problem since I wanted to know the currently set DPI value which is not available in Logitech Options, unfortunately.&lt;br /&gt;
&lt;br /&gt;
Luckily, I noticed the option to backup the settings into the cloud which implies that the slider value among the other options are saved somewhere on the disk.&lt;br /&gt;
&lt;br /&gt;
In &amp;#039;&amp;#039;%appdata%/Logishrd/LogiOptions&amp;#039;&amp;#039; I found a few settings files that are human-readable (XML):&lt;br /&gt;
&lt;br /&gt;
At first, you need to get the UUID of the profile you are using. In the directory aforementioned, open &amp;#039;&amp;#039;apptable.xml&amp;#039;&amp;#039; in an editor with XML-support (I recommend VS Code) or in notepad.exe.&lt;br /&gt;
&lt;br /&gt;
Find the profile for the application you want to look up. In my case it looks like this for CS:GO:&lt;br /&gt;
 &amp;lt;code&amp;gt;&amp;lt;profile&amp;gt;&lt;br /&gt;
   &amp;lt;name&amp;gt;csgo.exe&amp;lt;/name&amp;gt;&lt;br /&gt;
   &amp;lt;id&amp;gt;2313a307-6976-4ab8-87d4-b0d07bed022f&amp;lt;/id&amp;gt;&lt;br /&gt;
   &amp;lt;exe&amp;gt;csgo.exe&amp;lt;/exe&amp;gt;&lt;br /&gt;
   &amp;lt;altfullpath /&amp;gt;&lt;br /&gt;
   &amp;lt;fullpath&amp;gt;C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo.exe&amp;lt;/fullpath&amp;gt;&lt;br /&gt;
   &amp;lt;iconpath&amp;gt;C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo.exe&amp;lt;/iconpath&amp;gt;&lt;br /&gt;
   &amp;lt;iconindex&amp;gt;0&amp;lt;/iconindex&amp;gt;&lt;br /&gt;
 &amp;lt;/profile&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
Note the ID somewhere.&lt;br /&gt;
&lt;br /&gt;
Now, go into &amp;#039;&amp;#039;devices/.&amp;#039;&amp;#039; There you should find at least one folder. If you&amp;#039;re using more Logitech products than the MX Master 3, there might be some more folders, one for each device. I guess, the MX 3 folder is named &amp;#039;&amp;#039;6b023&amp;#039;&amp;#039; (which is the name on my computer)&amp;#039;&amp;#039;.&amp;#039;&amp;#039; Go into it.&lt;br /&gt;
&lt;br /&gt;
Open &amp;#039;&amp;#039;Profiles/.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Load the file which has the name of the profile&amp;#039;s UUID you wrote down in an editor. In my case, this is &amp;#039;&amp;#039;2313a307-6976-4ab8-87d4-b0d07bed022f.xml.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Press &amp;#039;&amp;#039;Crtl+F&amp;#039;&amp;#039; and search for &amp;quot;dpi&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
You should find something like this:&lt;br /&gt;
 &amp;lt;code&amp;gt;&amp;lt;params&amp;gt;&lt;br /&gt;
   &amp;lt;param name=&amp;quot;sensorCount&amp;quot; value=&amp;quot;1&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;param cur=&amp;quot;1150&amp;quot; defaultDPI=&amp;quot;1000&amp;quot; minDPI=&amp;quot;200&amp;quot; maxDPI=&amp;quot;4000&amp;quot; stepDPI=&amp;quot;50&amp;quot; name=&amp;quot;sensor&amp;quot; value=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
 &amp;lt;/params&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
The value &amp;#039;&amp;#039;cur=&amp;quot;1150&amp;quot;&amp;#039;&amp;#039; should be your sensitivity in DPI.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>