Detect Outliers in Excel Files Online
Detect statistical outliers in Excel files directly in your browser. Flag or remove rows where numeric values exceed a chosen number of standard deviations from the mean — no upload required.
About this tool
Flag statistical outliers in any numeric column of a Excel file using Z-score, IQR, or MAD-based methods. The tool adds a boolean flag column so you can inspect, filter, or remove anomalous rows. Choose the method that fits your data distribution — IQR and MAD are more robust for skewed or non-normal data. Everything runs in your browser.
Frequently Asked Questions
What methods does the Excel outlier detection tool use?
Z-score (flags rows more than N standard deviations from the mean), IQR (interquartile range — flags values below Q1 − 1.5×IQR or above Q3 + 1.5×IQR), and modified Z-score using MAD (Median Absolute Deviation, more robust for skewed distributions). IQR and MAD are preferred when your data is not normally distributed.
Does the Excel outlier tool remove outliers or just flag them?
By default it adds a boolean flag column marking each row as an outlier or not. You can then filter to keep only the outliers, only the clean rows, or all rows with the flag column. Always inspect the flagged rows before removing them.
Can I detect outliers in multiple columns of a Excel file at once?
Select one column per run. For multi-column outlier detection — flagging rows that are outliers in either price or quantity — run the tool twice and combine the flag columns using the Calculate Column tool, or use the SQL Query tool for a combined condition.
Is my data private?
Yes — completely. Your file is never uploaded to any server. Everything runs locally in your browser using WebAssembly — processing happens entirely inside your tab. Once you close the tab, nothing is retained.
What is the maximum file size?
The free limit is 50 MB. For larger files, performance depends on your device's available memory — most modern machines handle 500 MB to 1 GB comfortably.
Related Tools
Add Cumulative Sum to Excel Files Online
Add a running total column to Excel files for any numeric column. Optionally order by a date or sequence column and restart totals per group — no upload required.
Detect Outliers in CSV Files Online
Detect statistical outliers in CSV files directly in your browser. Flag or remove rows where numeric values exceed a chosen number of standard deviations from the mean — no upload required.
Detect Outliers in Parquet Files Online
Detect statistical outliers in Parquet files directly in your browser. Flag or remove rows where numeric values exceed a chosen number of standard deviations from the mean — no upload required.
Detect Outliers in JSON Files Online
Detect statistical outliers in JSON files directly in your browser. Flag or remove rows where numeric values exceed a chosen number of standard deviations from the mean — no upload required.
Validate Email Addresses in Excel Files Online
Validate email addresses in Excel files directly in your browser. Add a boolean column flagging valid and invalid emails, or filter to show only invalid rows — no upload required.