This document proposes a multi-cluster based majority under-sampling approach for handling skewed data in data mining. It begins with an introduction to the class imbalance problem, where one class has significantly more samples than the other class. Common techniques for addressing this include under-sampling the majority class and over-sampling the minority class. However, under-sampling can lose important majority class information. The proposed approach first clusters the majority class into multiple clusters. It then under-samples each cluster based on its size to select representative samples, avoiding information loss. It also oversamples the minority class. Experimental results on several datasets show the approach improves prediction of the minority class compared to standard under-sampling.