Deactivate all plugins.
Switch to the WordPress Default theme.
Its possible your theme doesn’t have next and previous navigation.
Check settings>>reading and see how many posts are set to show –by default it is 10 but maybe you switched it to 5.
Here is some simple next and previous navigation
<div class="navigation">
<div class="alignleft"><?php next_posts_link('«Next ') ?></div>
<div class="alignright"><?php previous_posts_link('Previous »') ?></div>
</div>
*edit*
never mind, I think it works. Had to check again and see how many posts i had.