Face recognition is one of the computer vision technologies that's used in many industries. Face recognition always used in various sector that require the verification of an individual identity. There are many ways that can be used to develop face recognition, one of them is convolutional neural network. Convolutional neural network (CNN) is a deep learning neural network that is created specifically to process and analyze visual data, such as images and videos. CNN have the ability to learn many features from visual data, making them highly effective for tasks like face recognition. There are many factors that can affect CNN performance including the optimizers that are used in the neural network. Optimizers are the algorithm that adjust weights of the neural network to minimize error between the predicted output and actual target. This study used 10 different subjects for face recognition. In this study, the CNN model uses a training algorithm called backpropagation then will compare 3 different types of optimizers. The optimizers that used in this study are Adaptive Momentum (Adam), Root Mean Square Propagation (RMSProp), and Stochastic Gradient Descent (SGD). The results of the comparison will be shown in the form of performance metrics. The performance metrics include correct classification rate (CCR) as well as the confusion matrix of each model. CNN model with SGD optimizers has the highest CCR of 97.07%.