The Indonesia Smart Program (PIP) is a government initiative aimed at providing educational assistance to students from underprivileged families. This research was conducted at SMKN 4 Pekanbaru to enhance the accuracy of distributing PIP aid using data mining methods. Three classification algorithms were used to identify students eligible for assistance: K-Nearest Neighbor (KNN), Naive Bayes Classifier (NBC), and C4.5. The data used in this study included attributes such as parental occupation, income, and the type of transportation used. The data processing involved cleaning, normalization, and splitting into test and training sets. The results showed that the KNN algorithm performed best with an accuracy of 84.20%, precision of 89.83%, and recall of 99.18%. The C4.5 algorithm excelled in model simplicity, while NBC showed less optimal results compared to KNN.