How to check the number of currently running threads in Python? [duplicate] May 26, 2023 by Tarik threading.active_count() seems to be what you’re looking for : Return the number of Thread objects currently alive