I understand you to be asking for the intuitive answer, so I will provide a handle on the intuition.
Suppose you are standing facing east. You make a quarter turn to the left and you are facing north; another quarter turn and you're facing west; one more quarter turn and you're facing south; and one more quarter turn and you're facing east again, the way you started.
Now forget you ever heard of complex or imaginary numbers, and play along with me while I invent some notation.
From now on, we are going to use some funny names for things. We will call the direction east by the name $1$. In this context the symbol "$1$" has no meaning, it's just a name I made up for the direction east.
Likewise from now on I call north by the name $i$, west by the name $-1$, and south by the name $-i$. Again these are just funny names, they have no mathematical meaning.
Now when I mean to say "quarter turn to the left" instead I will say "multiply by $i$". And I'll use the standard mathematical convention that repeated multiplication is denoted by exponentiation.
So if I start facing east, I haven't made any turns at all, so I call this $i^0$. You can see that $i^1$ brings me to face north; $i^2$ is notation for two consecutive left quarter turns, so $i^2 = -1$. (Sounds familiar!) Then $i^3$ is notation for making three left quarter turns, which leaves me facing south; and finally $i^4$ brings me back to where I started, facing east.
Now if we call a quarter turn to the right "multiplying by $-i$", then $i^{-4}$ represents four right quarter turns starting from facing east, which brings me back to facing east.
Now it turns out to be mathematically true that multiplying any complex number by $i$ simply rotates that complex number counterclockwise through an angle of $\frac{\pi}{2}$ radians. You can prove this mathematically by via rotation matrices in 2 dimensions.
According to the introduction to that Wiki page, we can rotate a vector in Euclidean 2-space by multiplying the vector by the matrix
$$
\left[ {\begin{array}{cc}
\cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{array} } \right]
$$
In particular, a counterclockwise rotation through an angle of $\frac{\pi}{2}$ radians corresponds to multiplication by the matrix
$$
\left[ {\begin{array}{cc}
0 & -1 \\ 1 & 0 \end{array} } \right]
$$
You can convince yourself that in fact multiplication by this matrix has the same effect on complex numbers (interpreted as plane vectors) as does multiplication by $i$.
In other words, multiplying a complex number by $i$ is simply a gadget for keeping track of how many times we made a quarter turn left; and multiplying by $-i$ keeps track of how many times we made a quarter turn right.
From this point of view, the equation $i^2 = -1$ is simple and natural, and no longer some kind of mystery. Likewise, $i^4 = i^{-4} = 1$.