Mission Control not working
Solution 1:
This was happening to me for a long time and I did some research and found out how to fix it. Go into terminal and run the following commands.
defaults write com.apple.dock mcx-expose-disabled -bool FALSE
killall Dock
This should fix all of your problems.