This document presents an approach for image deblurring based on sparse representation and a regularized filter. The approach involves splitting the blurred input image into patches, estimating sparse coefficients for each patch, learning dictionaries from the coefficients, and merging the patches. The merged patches are subtracted from the blurred image to obtain the deblur kernel. Wiener deconvolution with the kernel is then applied and followed by a regularized filter to recover the original image without blurring. The approach was tested on MATLAB and evaluation metrics like RMSE, PSNR, and SSIM showed it performed better than existing methods, recovering images with more details and contrast.