Nationale Opsporingslijst: 17 names, because a Dutch prosecutor has to authorise every one
The Dutch national wanted list carried 17 people on 4 September 2026. Why it is so short, who decides, and what an absence from it proves.
Most national wanted lists are long because publishing a name costs the authority nothing. The Dutch one is short for the opposite reason. Politie.nl says outright that releasing someone's name and picture is a serious intrusion into that person's privacy and the privacy of those around them, so the Public Prosecution Service consents only in exceptional cases, weighing criminal enforcement against private life. The practical consequence is the fact most screening teams get wrong: on the Nationale Opsporingslijst, absence is meaningless. Almost every wanted suspect in the Netherlands is missing from it by design, and a hit on it is a risk signal to review rather than any kind of legal restriction. The list held 17 people on 4 September 2026, spread over two pages of politie.nl/gezocht. Placement runs through the national prosecutor responsible for opsporingsberichtgeving, acting for the Board of Procurators General; the police must first try less intrusive ways of finding the person, and may ask for a listing only when that fails within the short period they need. The grounds are narrow: a suspect in a live investigation, someone who escaped from detention or from a TBS clinic, or a convicted person still at large. Each record is a short news item rather than a database row — a headline with the name, sometimes an alias in brackets, a last-updated date, occasionally the town where the person was last seen, and a Signalement written as prose. That prose is where the date of birth, the height, the eye colour, the tattoos and the nicknames live.
What this workflow covers
SCOPE- 17 records were published on 4 September 2026, nine on the first page and eight on the second.
- The most recently updated entry carried 9 December 2024; the oldest carried 22 November 2013. This list moves in years, not days.
- Consent to publish comes from the landelijk officier van justitie for opsporingsberichtgeving, on behalf of the College van procureurs-generaal, and only after less intrusive investigative means have been tried.
- ScreenVeritAI screens the Nationale Opsporingslijst as part of the criminal-watchlist domain that runs in every Quick Check — see /coverage for the register it belongs to.
- Identifiers are embedded in Dutch sentences, not in fields. One record we read gives a full date of birth, dark brown eyes, a scar by the right eyebrow, a slim build, a height of 1.78 m, a named tattoo and two nicknames — all inside a paragraph.
- Aliases can appear in the headline itself, in the form 'name (alias …)', which means an alias-aware matcher has to parse the title as well as the body.
- Records disappear on arrest. There is no captured flag and no archive, so a mirror that stops refreshing keeps a resolved case alive indefinitely.
- Because the list is so small and so slow, a name match against it deserves more weight than a match against a bulk register — and a non-match deserves almost none.
- The Dutch national terrorism sanctions list is a different instrument with different consequences. Do not report a Nationale Opsporingslijst hit as though it were a designation.
Key statistics
DATA- People on the Nationale Opsporingslijst, 4 September 2026
- 17
- Result count shown on the politie.nl listing
- Most recent update to any entry
- 9 December 2024
- Laatste update field on the newest listing entry
- Oldest entry still published
- Last updated 22 November 2013
- Laatste update field on the final listing entry
Compliance glossary
TERMS- Nationale Opsporingslijst (NOL)
- The Dutch national wanted list, published on politie.nl. It holds people the police are urgently seeking: suspects in live investigations, escapees from detention or a TBS clinic, and convicted people still at large.
- Opsporingsberichtgeving
- Dutch wanted-person publicity: the practice of releasing identifying information about a suspect to the public as an investigative measure. It requires prosecutorial consent because it discloses personal data that would otherwise stay inside the investigation.
- Landelijk officier van justitie
- The national prosecutor within the Openbaar Ministerie who holds the portfolio for wanted-person publicity and must approve a placement on the Nationale Opsporingslijst on behalf of the Board of Procurators General.
- Signalement
- The Dutch description of a wanted person — build, height, eye colour, scars, tattoos, nicknames and, where available, date of birth. On politie.nl it is written as prose, not as structured fields.
Authoritative references
SOURCES- 01Nationale Opsporingslijst — the published list
Politie (Netherlands)
- 02Wat is de Nationale Opsporingslijst?
Politie (Netherlands)
- 03Openbaar Ministerie bepaalt wie er op nationale opsporingslijst komt
Politie (Netherlands)
- 04Niet alle gezochte verdachten staan op de nationale opsporingslijst
Politie (Netherlands)
- 05Nationale Opsporingslijst — informatie over
Politie (Netherlands)
Frequently asked questions
Q&A- Is the Nationale Opsporingslijst the full list of people wanted in the Netherlands?
- No, and politie.nl says so on its own information page. Publishing a name and photograph is treated as a major invasion of privacy, so the Public Prosecution Service permits it only in exceptional cases. The list is the visible tip of a much larger set of outstanding warrants, and nothing about a clear result tells you a person is not wanted.
- Who decides that someone goes on the list?
- The national prosecutor responsible for wanted-person publicity, acting for the Board of Procurators General. The police must first attempt to find the person with less intrusive means, and can request a listing only when that does not work inside the time available. That two-step test is the reason the list holds seventeen people rather than seventeen hundred.
- How often does the Dutch wanted list change?
- Rarely. On 4 September 2026 the newest last-updated date on any entry was 9 December 2024 and the oldest was 22 November 2013. A weekly refresh is more than enough; the risk is not missing a change but failing to notice a removal, since entries are taken down without notice when a case ends.
- Does a record give me a date of birth I can match on?
- Sometimes, but you will have to read for it. The identifying details sit in the narrative Signalement rather than in structured fields, so extraction is a language problem, not a parsing one. When a date of birth is present it is a full date, which makes it genuinely discriminating — worth the effort of pulling it out correctly.
- A customer matches a name on the opsporingslijst. What now?
- Treat it as a criminal-watchlist signal that needs a person to look at it. Open the case page, compare whatever identifiers it gives against your own record, and note explicitly which ones you could not check. Escalate and document; do not present the result next to sanctions hits as if it carried the same legal weight, because it does not.
- Is there an English version or a data file?
- There is an English section of politie.nl, but the Nationale Opsporingslijst itself is maintained in Dutch and published only as web pages. No export, no API and no change feed exist, so any pipeline has to walk the listing and diff it against the previous run.