SAFETY ATLAS VOL. I · 2026
Independent public-safety research for American cities, published annually.
Vol. I · No. 1 · The 2026 American Public-Safety Index Published May 2026 · Methodology v1.0
2026 Edition · The Annual Index

Public-safety
rankings, anchored
to federal data.

FBI UCR & NIBRS Population-adjusted Methodology published

An independent, citable index of every U.S. city across eighteen offense categories. Built for the relocation, insurance, editorial, and analytic professionals who need authoritative numbers, in client-ready form, on the day they ask for them.

By the
numbers.
50+ DC
States covered
18
Offense categories
log10(n)
Population adjustment
v1.0
Methodology, published
§ 02 · For whom this is written
01 · Relocation

Client-ready answers to the “which neighborhood is safe?” question.

Drop the rankings, the per-domain scores, and the methodology page into your relocation packets. Stop linking to forum posts.

02 · Insurance

Quantitative talking points for homeowners and small commercial risk.

Per-city offense rates indexed to the national figure. On every page; identical methodology in every state.

03 · Editorial

An annual ranking you can cite with a clean reference.

We did the work, the methodology is open, the source data is public. Your byline keeps the credit; we keep the footnote.

04 · Analytic

The underlying data, in Excel, for your own modelling.

Composite score, per-100K rate, raw counts, year-over-year movement. One row per city. Ready for join.

§ 03

Editions & Pricing

One-time purchase · PDF in 5 minutes
SKU · STATE-PDF
Single-state Edition
$99/ state
One U.S. state, twenty pages, delivered as PDF.
  • Top 25 safest cities (pop ≥ 10K)
  • Adjusted & raw composite scores
  • Per-domain breakdown
  • Published methodology page
  • Citable for editorial use
Purchase
SKU · REGION-PACK-5
Regional Pack of Five
$299
Any five states of your choice, common methodology.
  • Five single-state PDFs
  • Shared cover & methodology
  • For multi-state teams
  • Save $196 versus single-state
Purchase
SKU · WHITELABEL-2026
White-label License
$1,499
Rebrand and embed the Atlas within your firm.
  • Everything in the Atlas
  • Rebrand & redistribute internally
  • Custom cover and spine
  • 15-minute methodology consult
Purchase
§ 04

Methodology

Version 1.0 · Anchored to the national rate

Every offense’s per-100K rate is compared against the national figure. A city at the national average scores fifty.

01 · Composite anchoring

At zero offenses, the score is one hundred. At twice the national rate, the score is zero. No proprietary weights, no curve fitting, no black-box scoring layer.

02 · Three domains, weighted

Personal (50%), property (30%), community (20%). The weights reflect what a reasonable buyer or relocator typically prioritises when reading these numbers.

03 · Population adjustment

A logarithmic factor keeps very small towns from dominating the top of the rankings purely on the basis of low absolute counts.

04 · Source data

FBI Uniform Crime Reporting (UCR) and National Incident-Based Reporting System (NIBRS), aggregated to the city level via agency-to-city mappings. Public domain.

// per-offense score offense_score = max(0, 100 − 50 × (city_per_100k / national_per_100k)) // domain composites personal_safety = mean(HOM, RPE, ROB, ASS, 100, 64A) property_security = mean(BUR, LAR, MVT, ARS, 23D, 23F) community_order = mean(13B, 11A, 280, 290, 520, 35A) // composite (raw) safety_score = 0.50 × personal + 0.30 × property + 0.20 × community // population-adjusted variant pop_factor = clamp(log10(pop) / 5, 0.4, 1.0) crime_penalty = 100 − safety_score adjusted_score = 100 − (crime_penalty × pop_factor)