ANOMALY ENGINE v2.0
OutlierDetector on Product Hunt

Your Data Never Leaves
Your Browser

Clean data starts with catching the unusual. Detect outliers and anomalies instantly — runs entirely on your device, private by design.

🔒 Private by design
⚡ Runs on your device
✓ No signup required
Data Points
Outliers Found
Outlier Rate
Mean
Std Dev
Z-Score

Measures how many standard deviations a value is from the mean. Fast and widely used.

✓ Use when: data is roughly bell-shaped (normal distribution) with no extreme skew.
IQR — Tukey Fences

Flags values beyond Q1 − k·IQR or Q3 + k·IQR. Doesn't depend on the mean at all.

✓ Use when: data is skewed, or you want a robust general-purpose method.
MAD — Median Absolute Deviation

Uses the median instead of the mean, making it resistant to being distorted by the very outliers you're trying to find.

✓ Use when: you suspect many outliers already exist and don't want them to inflate the threshold.
Grubbs Test

Designed to detect a single most extreme outlier at a time, iteratively. Best for small, clean datasets.

✓ Use when: you expect only 1–2 outliers and your data is otherwise well-behaved.
General Tips
Threshold slider: Lower = stricter (flags more points). Higher = more lenient (only flags extreme values). Default 2.5 is a good starting point.
Multivariate detection: Use the Isolation Forest section below to find outliers across multiple columns simultaneously — great for catching rows that are unusual in combination even if no single value looks extreme.
File size limit: Best performance under 10,000 rows. Caution shown at 10k–50k rows. Blocked above 50,000 rows.
Configuration
Strict 2.5 Lenient
📂
Drop your file here or click to browse
CSV TXT TSV XLSX
📄
Financial Sensor Data Test Scores Temperature
Scatter Visualization
index vs value
Enter data and run detection
to see visualization
Detected Outliers
No results yet
Distribution Histogram
Outlier Normal
Multivariate Detection — Isolation Forest
across multiple columns
Select 2+ numeric columns to detect rows that are outliers in combination — even if no single value looks extreme alone.
Upload a multi-column file to enable multivariate detection.
Anomaly Score Plot
Run detection to see results
Top Anomalous Rows
No results yet
Full Data Table
# Value Z-Score Score Status
Run detection to populate table
OutlierDetector - Clean data starts with catching the unusual. | Product Hunt