SAPS wanted persons: 597 names, from murder to shoplifting, and not one date of birth
South Africa publishes its outstanding warrants in full — 597 wanted people on 4 September 2026, with no date of birth on any record.
Almost every list on this site is a curated appeal. The SAPS Crime Stop wanted register is not: it is closer to a published warrant backlog, and it behaves differently as a result. On 4 September 2026 it carried 597 people in a single HTML table, and the charges ran from murder and rape to shoplifting, reckless driving and driving under the influence. Rape alone accounted for 130 of the 597. A national list that publishes a drink-driving warrant next to a homicide warrant is telling you something useful about its threshold, and something you must not lose in a screening report: severity is carried by the charge field, not by the fact of appearing. As always, a hit is a signal to review — a South African court has issued an arrest warrant that has not been executed — rather than a designation with consequences of its own. The identifier problem here is the sharpest in this set. A record gives the crime, a paragraph of crime circumstances that usually names the warrant date and the issuing magistrate's court, the crime date, aliases, gender, eye and hair colour, height, weight, build, the station holding the docket, the case number and the investigating officer's name and telephone number. There is no date of birth field at all, no nationality and no identity number. In a sample of ten records read on the same day, the alias field was populated on three and height on four; the rest carried placeholder zeros. Surname, given name and charge is frequently the whole of what you have.
What this workflow covers
SCOPE- 597 wanted people were listed on 4 September 2026, all in one table at saps.gov.za, each row linking to a detail page.
- The commonest charges were rape (130), theft (51), fraud (47), driving under the influence (32), murder (31) and housebreaking (27), spread across 44 distinct charge labels.
- No record publishes a date of birth. The strongest identifiers available are the physical description and the case number, and both are frequently blank or zeroed.
- Crime Stop keeps its registers apart: wanted persons, missing persons and unknown persons are separate, and the missing-persons register held 3,765 records on the same day. A wanted match here is never accidentally a missing person, which is more than the FBI feed can say.
- The wanted-persons "Successes" page carried no entries on 4 September 2026, so arrests are visible only as a row disappearing. There is no captured flag to read and no archive to reconcile against.
- Charge labels contain the source's own spelling — "Possesion Of Unlicenced Firearms", "Escape From Lawfull Custody" — so any normalisation layer has to handle the authority's typography rather than assume a controlled vocabulary.
- saps.gov.za serves an incomplete TLS certificate chain, which makes ordinary verifying clients fail on a site that is genuine and returns real content. Any ingestion path has to solve that deliberately rather than by disabling verification globally.
- Name matching carries the load, across Afrikaans, isiZulu, isiXhosa and English forms of the same name, and the register is large enough that common surnames produce multiple candidates.
- ScreenVeritAI reads this register as one of the criminal-watchlist sources behind the "South Africa SAPS" entry on its coverage register; a Quick Check preserves what the source said on the day, in an evidence PDF that is not recalculated afterwards.
Key statistics
DATA- Wanted people published by SAPS, 4 September 2026
- 597
- Counted from the SAPS Crime Stop wanted-persons table
- Most frequent charge on the register
- Rape — 130 of 597 rows
- Counted from the charge column of the SAPS wanted-persons table
- Records in the separate SAPS missing-persons register
- 3,765
- Counted from the SAPS Crime Stop missing-persons table
Compliance glossary
TERMS- Crime Stop
- The SAPS anonymous tip-off service, operating since 1992, which hosts the public wanted-persons, missing-persons and unknown-persons registers alongside its reporting line.
- Wanted person (South Africa)
- Someone named in an unexecuted South African arrest warrant. The published record usually states when the warrant was issued and by which magistrate's court, which is the fact to cite in a case file rather than the listing itself.
- Crime circumstances
- The narrative field on a SAPS record describing the alleged offence and, in most entries, the date and court of the warrant. It is the closest thing the register offers to a structured legal reference.
- Incomplete certificate chain
- A TLS misconfiguration in which a server presents its own certificate without the intermediate that links it to a trusted root. Browsers repair it silently; scripted clients reject the connection, which is why an official source can look unreachable to a pipeline.
Authoritative references
SOURCES- 01Wanted Persons — Crime Stop register
South African Police Service
- 02Crime Stop — tip-off service and registers
South African Police Service
- 03Missing Persons register
South African Police Service
- 04Wanted Persons — Successes
South African Police Service
Frequently asked questions
Q&A- Is a SAPS wanted listing a sanction?
- No. It records an outstanding South African arrest warrant, usually with the issuing court and date in the description. South Africa's targeted financial sanctions list is an entirely separate instrument with blocking consequences, and it is the one that creates legal obligations. Keep the two in different sections of any report you produce.
- How do I clear a false positive when there is no date of birth?
- Work with what the record does give: the police station, the case number, the crime date and any physical description that is actually populated. The station telephone number and investigating officer are published, which makes verification possible in a way most wanted lists do not allow. If nothing separates your customer from the record, write down "cannot confirm or exclude" rather than dismissing it quietly.
- How many people are on the SAPS wanted list?
- 597 on 4 September 2026, counted from the register itself. The figure moves as warrants are executed and new ones are published, and SAPS issues no change log, so quote the number with the date you read it or not at all.
- Why does my HTTPS client fail on saps.gov.za?
- The host serves an incomplete certificate chain — the intermediate certificate is missing — so strict clients refuse the connection while browsers, which fetch the missing certificate themselves, do not. It is a server misconfiguration on a genuine government site, not a sign that you are being intercepted. Fix it by scoping the exception to that host rather than by turning verification off.
- Is this the same as South Africa's most wanted list?
- It is broader and more mundane than the phrase suggests. There is no ranking and no top-ten framing: the register publishes outstanding warrants, including offences that would never appear on a most-wanted poster. That makes it more useful for coverage and less useful as a severity signal, which is exactly the wrong way round from what most people expect.
- How often does the SAPS register change?
- Continuously, and without announcement. Rows appear and disappear as dockets move, record identifiers run in sequence, and nothing marks a removal. A daily or weekly refresh with a diff on the row set is the only way to see change; comparing counts alone will hide an equal number of additions and removals.