1. Use box plot and IQR. 2. Z-score 3. Machine learning method like Isolation Forest, good for high dimensional data, not univariate data. 4. Mean Absolute Deviation. Get Median first, then for each point get their absolute devation, then get the median of those deviations. Less influenced by extreme values and suitable for data that are not normally distributed.