Hi @Kevin Fulton,  Thanks for notifying the issue. This is a Qt framework (used by Enpass)  issue. It keeps polling network status every 10 seconds by default. This is reported here: https://bugreports.qt.io/browse/QTBUG-40332 https://bugreports.qt.io/browse/QTBUG-46015 As a quick solution, add following  environment variable in your system. It will turn off the polling. QT_BEARER_POLL_TIMEOUT=-1    
    • Like
    1