SOLVED! Cannot Upload, it never finishes

Hello guys I have been facing an issue in uploading to arduino can you help me out?
I am using arduino UNO.

Sketch uses 444 bytes (1%) of program storage space. Maximum is 32256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.10.0_x86__mdqgnx93n4wtt\hardware\tools\avr/bin/avrdude -CC:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.10.0_x86__mdqgnx93n4wtt\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM6 -b115200 -D -Uflash:w:C:\Users\Ariel\AppData\Local\Temp\arduino_build_765090/sketch_aug07a.ino.hex:i 

avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2014 Joerg Wunsch

         System wide configuration file is "C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.10.0_x86__mdqgnx93n4wtt\hardware\tools\avr/etc/avrdude.conf"

         Using Port                    : COM6
         Using Programmer              : arduino
         Overriding Baud Rate          : 115200

I found the issue guys.

I was using HC-05 bluetooth module in a different project and even though the module was off, the bluetooth of my laptop was on, occupying 4 COM Ports including port 6.

I deactivated my bluetooth and I deleted a serial USB device on COM6 that seemed connected on the bluetooth page and now I can upload again.

My issue was caused by the incorrect "Board" version selected in Tools/Board.

I had "Arduino Micro" board type selected.
When I changed it to "Arduino Uno" (As it should have been), upload completes normally again.