Given an algebraic number $x$ and a natural number $n>0$, we define the $n$th powerfield of $x$ as $\mathbb Q(x^n)$.
$$\mathbb Q(x),\; \mathbb Q(x^2),\; \mathbb Q(x^3),\; \mathbb Q(x^4),\; \mathbb Q(x^5),\; \cdots$$
Obviously these are subfields of $\mathbb Q(x)$. What more can be said? E.g. is the sequence eventually periodic?
$\mathbb Q(x^m) \subseteq \mathbb Q(x^n)$ when $m$ is a multiple of $n$. Hence, for arbitrary $m,n>0$, the intersection of $\mathbb Q(x^m)$ and $\mathbb Q(x^n)$ contains $\mathbb Q(x^{\operatorname{LCM}(m,n)})$, and the union (or compositum) of $\mathbb Q(x^m)$ and $\mathbb Q(x^n)$ is contained in $\mathbb Q(x^{\operatorname{GCD}(m,n)})$. Indeed, by Bezout, there exist $a,b$ such that $am+bn = \operatorname{GCD}(m,n)$, which shows that $\mathbb Q(x^{\operatorname{GCD}(m,n)}) \subseteq \mathbb Q(x^m,x^n)$, so these fields must be equal.
Given any powerfield $\mathbb F$, let $n>0$ be the smallest number such that $\mathbb Q(x^n) = \mathbb F$, and suppose $\mathbb Q(x^m) \subseteq \mathbb F$. Then $\mathbb Q(x^{\operatorname{GCD}(m,n)}) = \mathbb F$ by the previous paragraph. But since $\operatorname{GCD}(m,n) \leq n$, and $n$ is minimal, we must have $\operatorname{GCD}(m,n) = n$. That is, $m$ must be a multiple of $n$.
There are finitely many subfields of $\mathbb Q(x)$ over $\mathbb Q$. From this (and LCMs) it follows that the intersection of all powerfields of $x$ is itself a powerfield of $x$. How can we find this smallest powerfield? Is there a bound on the required exponent, in terms of the degree $d$ of the minimal polynomial of $x$? Note, for example, that $x=\tfrac12(3+\sqrt{-3})$ has degree $2$ but the required exponent is $6$, as $x^6 = -27$ but no lower power of $x$ is rational. Does the totient work, $\phi(n) \leq d$?
In fact we can prove periodicity rather easily. Let $\mathbb F$ be the smallest powerfield of $x$, and $n$ smallest such that $\mathbb Q(x^n) = \mathbb F$. Any other exponent can be written in the form $mn+k$, with $0 \leq k < n$. Clearly $\mathbb Q(x^{mn+0}) = \mathbb F$ (assuming $m > 0$), so suppose $k > 0$. Since $\mathbb F$ is contained in any powerfield, $\mathbb Q(x^k) \ni x^n \in \mathbb Q(x^{mn+k})$. Therefore, $x^k=x^{mn+k}/(x^n)^m \in \mathbb Q(x^{mn+k})$, and conversely $x^{mn+k}=x^k\cdot(x^n)^m \in \mathbb Q(x^k)$, which shows that $\mathbb Q(x^{mn+k}) = \mathbb Q(x^k)$. Also, by similar reasoning, $\mathbb Q(x^{n-k}) = \mathbb Q(x^k)$.
(So far, I haven't used any specific properties of the field $\mathbb Q$. If instead the base field is $\mathbb R$, and the extension field is $\mathbb R(x)=\mathbb C$, with degree $2$, then $n$ can be arbitrarily large before $x^n \in \mathbb R$. If the base field is $\mathbb F_p$, and the extension field $\mathbb F_p(x)$ has degree $d$, then the size of the field is $q=p^d$, so $x^{q-1} = 1 \in \mathbb F_p$.)
Here's another example. Take $x=(1+\sqrt{-1})/\sqrt[3]2$, with minimal polynomial $x^6+2x^3+2=0$. (Let's denote $\sqrt{-1} = i$ and $\sqrt[3]2 = r$ to make the table a bit easier to read.)
$$\begin{array}{c|c|cccc|} n & x^n & & \mathbb Q(x^n) \\ \hline 1&\tfrac12(1+i)r^2&\mathbb Q(i,r) \\ 2&ir&\mathbb Q(i,r) \\ 3&(-1+i)&&&\mathbb Q(i) \\ 4&-r^2&&\mathbb Q(r) \\ 5&(-1-i)r&\mathbb Q(i,r) \\ 6&-2i&&&\mathbb Q(i) \\ 7&(1-i)r^2&\mathbb Q(i,r) \\ 8&2r&&\mathbb Q(r) \\ 9&2(1+i)&&&\mathbb Q(i) \\ 10&2ir^2&\mathbb Q(i,r) \\ 11&2(-1+i)r&\mathbb Q(i,r) \\ 12&-4&&&&\mathbb Q \end{array}$$
The splitting field is $\mathbb Q(i,r,\omega)$, of degree $12$, where $\omega$ is a primitive cube root of unity.