Augmentation is creating new samples from an original dataset by applying small random transformations to the original dataset but retaining its labels. This research applies Data Augmentation to the Convolutional Neural Network model for apple image classification. The apple images used are Braeburn apples which have orange to red skin with a yellow background, Crimson Snow apples which have red skin, and Pink Lady apples with bright pink skin and yellow and green hues. There are 675 apple images used, divided into three classes, each with 225 photos. Four augmentation techniques are applied, namely flipping, cropping, rotation, and noise injection. This research carried out six scenarios, namely without augmentation, using each augmentation technique separately and combining two augmentation techniques, which produced the highest accuracy values. From the six scenarios, it was found that the augmentation technique that produced the best accuracy value was noise injection, namely 98.82%, followed by flipping with an accuracy of 72.78%, then rotation with an accuracy value of 68.64% and an augmentation technique that produced an accuracy value. The lowest is cropping, namely 67.46%. The two best augmentation techniques, noise injection, and flipping, were combined and produced an accuracy value of 84.02%. The accuracy value obtained by this combination could be more optimal due to the effect of noise injection, which can erase consistent changes in orientation from flipping. This needs to be improved so that the model can learn consistent features. It is hoped that future research can maximize the effectiveness of augmentation techniques by choosing augmentation techniques that complement each other and suit the characteristics of the data being processed