Supplementing the other answers somewhat because the OP's comment to KCd's answer brought up the need for this.
We can say a bit more!
Undoubtedly you have seen the following result when studying cyclic groups.
Fact 1. If $c$ has order $n$, then the order of $c^k$ is given by the formula
$$\operatorname{ord}(c^k)=\frac{n}{\gcd(n,k)}.$$
This leads to the following (I have used it many times when answering a question about finite fields).
Fact 2. Assume that $p$ is a prime, $x^p=a$, and that $k=\operatorname{ord}(a)$ is divisible by $p$. Then
$$\operatorname{ord}(x)=pk.$$
Proof. Let $m=\operatorname{ord}(x)$. The first fact tells us that
$$
k=\frac{m}{\gcd(m,p)}.
$$
Because $p$ is a prime that $\gcd$ is either $1$ or $p$, so we have either $k=m$ or $k=m/p$. Or, equivalently $m=k$ or $m=pk$. But, $p\mid k$, so
$$
x^k=(x^p)^{k/p}=a^{k/p}\neq1.
$$
Therefore $m\neq k$, so $m=pk$. QED.
Example. If $K$ is a field of characteristic $\neq2$ (so that $-1\neq1$), and $a^2=-1$, then $a$ has order $4$.
So the first fact always constrains the orders of roots of an element of a known order. We similarly see that a cubic root of an element of order $9$ has order $3\cdot9=27$. But, a cubic root of an element of order $8$ has order either $8$ or $24$. In fact, both possibilities occur as you can easily verify in the field of complex numbers. Cubing permutes the solutions of $z^8=1$, so one cubic root of an element of order eight also has order eight.