Have it category.php with the following two line?
<?php global $cat; ?>
<?php echo category_description( $cat ); ?>
If no. You can try this two line in index.php.
<?php if( is_category() ) : ?>
<?php global $cat; ?>
<?php echo category_description( $cat ); ?>
<?php endif; ?>
Thanks,
Ala Uddin