Item filter

It has been suggested that information about item filter creation be split into another article titled Guide:Item filter guide.
Reason: This article should cover item filters as a concept. Specifics about creating item filters should go in a separate guide
Proposed since March 4, 2022


An item filter (or loot filter) is a list of rules that determines the appearance of item pickup labels in the Path of Exile user interface. This helps the player scan for valuable loot, according to their preferences.
Existing item filters are natively supported by the Path of Exile game client, but they cannot be created or edited in game. Item filters are created manually or with third-party tools. (See Guide:Item filter guide.)
Grinding Gear Games implemented Item filters into the Path of Exile UI so players can customize how the game client displays items on the ground. This feature remedies the time it takes to find useful / valuable items in game. For those who don't have experience with programming or website development, the code for the item filters might seem complex. However, the information provided here will open the door so that you, the player, can understand how the item filters work.
Using an existing filter
- Step 1
- Go to the following default location:
- PC: %USERPROFILE%/Documents/My Games/Path of Exile/
- For example:
- Mac: Users > [username] > Library > Application Support > Path of Exile > Preferences > Item Filters
- For example:
- Step 2
- Locate an existing filter, i.e. from Guide:List of item filters or elsewhere.
- Step 2A - Copying file
- If the item filter is supplied as downloadable file with the .filter extension, you can simply download it and save it in the folder.
- Step 2B - Copying Contents
- Create a text file with the name you want your Filter to have. When you Save this file, be sure to select 'Save As' and set the file type to "All Files (*.*)". Copy the contents of the filter into the file.
- Then save the file as: filtername.filter
- It should look like this if done correctly
- If you cannot see your file extension, Show/Hide File extensions in Windows
- Step 3
- Go to the in-game Options menu and click on the UI tab. You should see this new option, located at the very bottom of the list:
- If your Filter is not a .filter file, or it is not located in the same folder as your production_Config.ini file, you won't see this option.
Version history
Version | Changes |
---|---|
3.23.0 |
|
3.18.0e |
|
3.17.0 |
|
3.16.0b |
|
3.16.0 |
|
3.15.0d |
|
3.15.0 |
|
3.14.0 |
|
3.13.0 |
|
3.12.0 |
|
3.11.0 |
|
3.10.2b |
|
3.10.1d |
|
3.10.1 |
|
3.10.0 |
|
3.9.2f |
|
3.9.2e |
|
3.9.2 |
|
3.9.0 |
|
3.8.1d | |
3.8.0d |
|
3.7.2 |
|
3.6.0 |
|
3.4.1 |
|
3.4.0 |
|
3.3.1b |
|
3.3.1 |
|
3.3.0c |
|
3.3.0 |
|
3.2.1 |
|
3.1.0b |
|
3.0.0 |
|
2.5.0d |
|
2.5.0 |
|
2.4.2 |
|
2.3.2 |
|
2.2.1d |
|
2.0.1 |
|
2.0.0b |
|
2.0.0 |
|