I would suggest running bitcoin core in pruned mode if you don't have enough space to for the entire blockchain.
You can start bitcoin with the -prune=X command line argument or put prune=X in your conf file, to limit the amount of space used by the blockchain to only X megabytes. It will delete the old blocks and keep only the most recent blocks on your computer.
Related answer: How to free up the space taken by bitcoind?
Alternatively, if you just want to recover your coins, you can backup your wallet file and move it to another computer that has more space for example.
how do you put the backup wallet on another pc, dropbox or physical storage? – Curtis M – 2018-10-21T00:04:22.290
X MB must be >= 550 according to the command line help. – Willtech – 2018-10-21T01:11:24.967
where do i put in the prune command, in the comf file i open it just goes to bitcoin core app, do you put it in properties or? – Curtis M – 2018-10-21T01:20:41.860
I overthought it, pruned it to 550, hopefully that works – Curtis M – 2018-10-21T02:04:18.943
@CurtisM I wouldn't recommend uploading your wallet to dropbox, a physical storage like a USB drive is probably safer, best if your wallet is encrypted for safety – MeshCollider – 2018-10-21T08:22:28.760