Handles are a type of identifying links between processes and Windows. All threads inside processes have handles. If handles are not closed when they're no longer required, they can needlessly use more and more of the computer's memory (also known as leaking). Thus, a high number of handles is not in itself a problem, but if the graph shows that the number of handles constantly grows without going down again, you are likely to have a performance problem.