Arduino Uno R4 Wifi using 50000 bytes for blank sketch

Hello, I have recently gotten an Arduino Uno R4 Wifi for Christmas, and I wanted to load the blink program onto it. It managed to load properly onto the device, but I noticed it used over 50,000 bytes for the blink program. I was wondering if this was normal, or if there are any steps I should take to fix it. Thanks for the help!

P.S. I tried other example programs but they all used over 50,000 bytes. Even when uploading a totally blank sketch with just the loop and setup functions declared. They do all work as well, but it just seems like way too much memory to me.

I suspect that it's normal. Complicated processors have to do far more work for initialisation than a relatively simple AVR processor.