home / opsnap

❌ Why reports get rejected

34% of submissions result in No Further Action. The 14-day NIP rule (Notice of Intended Prosecution) is the single biggest factor — if police can't serve notice within 14 days, the case is void regardless of evidence quality. 'Out of Force' means the offence happened outside the West Midlands Police area.

Custom SQL query returning 16 rows (hide)

select nfa_rationale as Reason, count(*) as Reports, round(100.0 * count(*) / (select count(*) from reports where disposal = 'NFA'), 1) as [% of all NFA] from reports where disposal = 'NFA' and nfa_rationale is not null and nfa_rationale != '' group by nfa_rationale order by Reports desc

Edit SQL

This data as json, CSV

ReasonReports% of all NFA
Outside of 14 Days NIP 2461 28.2
Out of Force 1714 19.7
No Independent Evidence Available 1461 16.8
No Offence 1350 15.5
Misc Inc Crimes 785 9.0
No VRM 475 5.4
Not in Public Interest 256 2.9
Outside of 14 DAYS Late Submission 179 2.1
Duplicate Submission 13 0.1
N/A 6 0.1
No offence 4 0.0
outside of 14 Days NIP 1 0.0
no offence 1 0.0
Outside of 14 days NIP 1 0.0
Outside of 14 DAYs NIP 1 0.0
Outside of 14 DAYS NIP 1 0.0