Item Filter Guide — Updated for 0.5.0

PoE2 Loot Filter Guide: How to Install & Customize for 0.5.0

June 2, 2026 · Path of Exile 2 0.5.0 Return of the Ancients · NeverSink FilterBlade & Custom Filters

A good loot filter is not optional in Path of Exile 2 endgame. Without one, your screen is filled with white and blue items, making it nearly impossible to spot valuable currency drops, rare items, and high-value bases. The 0.5.0 "Return of the Ancients" update adds the Runes of Aldur league mechanic, which introduces even more loot drops per map. This guide covers installing NeverSink's FilterBlade filters (the most popular PoE2 filter), customizing them, and writing your own filter rules for specific items.

Quick start: Download NeverSink's PoE2 loot filter from FilterBlade.xyz, place the .filter file in Documents/My Games/Path of Exile 2/, then enable it in-game from Settings → Gameplay → Item Filter.

Why You Need a Loot Filter

In a single juiced T16 map with Breach and Delirium, over 500 items can drop. Without a filter, you would see every single white, magic, and rare item render on screen. This is not just visually overwhelming — it also impacts performance. Each item label and minimap icon consumes rendering resources. A good filter hides junk items and highlights valuable ones, improving both your efficiency and your frame rate.

PoE2 supports the same .filter file format as PoE1, so the community was able to port filters very quickly after Early Access launch. The 0.5.0 update added new item bases and modifiers, so make sure your filter version is updated for the new content.

How to Install a Loot Filter (Step by Step)

Method 1: FilterBlade.xyz (Recommended)

NeverSink's FilterBlade is the most comprehensive loot filter tool for PoE2:

  • Go to FilterBlade.xyz and select "PoE2" at the top
  • Choose a preset: Regular (balanced), Semi-Strict (endgame), or Strict (efficient mapping)
  • Click "Download" to get your .filter file
  • Open File Explorer and navigate to Documents\My Games\Path of Exile 2\
  • Place the downloaded .filter file in this folder
  • Launch PoE2, go to Settings → Gameplay → scroll to "Item Filter" → select your filter from the dropdown
  • The filter activates immediately — no restart required

Method 2: Manual Installation

If you prefer to write or download a custom filter from another source:

  • Create a new text file and rename it with the .filter extension (e.g., my-custom-filter.filter)
  • Place it in Documents\My Games\Path of Exile 2\
  • Select it in-game from the Item Filter dropdown
  • To update a filter, simply replace the file — the game reloads it automatically when you change zones

Choosing the Right Strictness Level

FilterBlade offers several strictness levels. Here is which one to use based on your progression:

RegularCampaign through early maps. Shows most items.
Semi-StrictYellow to early red maps. Hides most white items.
StrictT14+ maps and juiced content. Hides all normal/magic items.
Very StrictMaximum efficiency mapping. Only shows currency, rares, and high-value bases.
Uber StrictFor 5-way rotations and max-density content. Minimal items shown.

Most players settle on Semi-Strict or Strict for regular mapping. NeverSink updates his filters within 24-48 hours of major patches, so check FilterBlade after any PoE2 update.

Customizing Your Loot Filter

FilterBlade includes a web-based customization tool, but you can also edit .filter files directly in Notepad or any text editor. The filter syntax uses blocks with conditions and actions. Here are useful examples for PoE2 0.5.0:

Highlight Specific Currency

# Highlight Chaos Orbs with a large green beam
Show
	BaseType == "Chaos Orb"
	SetFontSize 40
	SetBorderColor 0 255 0
	SetTextColor 0 255 0
	SetBackgroundColor 0 0 0 200
	PlayAlertSound 7 200
	MinimapIcon 0 Green Star

Hide All White Items in Endgame

# Hide normal quality items
Hide
	Rarity == Normal

Show Specific Item Bases for Crafting

# Show specific high-value bases in endgame
Show
	BaseType == "Expert Ezomyte Staff" "Expert Vaal Rapier" "Expert Titan Greaves"
	SetFontSize 32
	SetBorderColor 180 120 60
	SetTextColor 200 200 200
	PlayAlertSound 6 150
	MinimapIcon 1 Yellow Diamond

Custom Highlight for Runes (New in 0.5.0)

# Runes of Aldur league: highlight rune drops
Show
	Class == "Rune"
	SetFontSize 36
	SetBorderColor 255 100 255
	SetTextColor 255 100 255
	PlayAlertSound 9 200
	MinimapIcon 2 Purple Hexagon

Important: Change Filters for Different Content

One filter does not suit all content. You should switch strictness depending on what you are doing:

  • Boss fights: Use a less strict filter to see all loot drops from the boss — you do not want to miss a valuable unique because your filter hid it.
  • Heist / Sanctum: Semi-Strict is usually best — these mechanics drop fewer items but higher quality.
  • Juiced maps: Use Strict or Very Strict — the sheer volume of drops means you will spend more time sorting loot than killing without aggressive filtering.
  • Campaign: Regular or Semi-Strict — you still need to pick up gear upgrades.

FilterBlade allows you to download multiple strictness levels and switch between them in-game with a single dropdown selection.


A good loot filter is as essential as a good GPU config for PoE2 endgame. If FPS drops when loot explodes on screen, a Strict filter can actually improve your frame rate by reducing the number of labels the game has to render. For more performance optimization, see our Ultimate 0.5.0 Performance Guide or use the PoE2 Config Generator.